FreeScout

Results 334 comments of FreeScout
trafficstars

Implemented in the `master` branch.

Keep in mind that when the conversation is not assigned to any user (for example when the customer sends a new email to you) the customer will see `{%user.fullName%}` in...

Yes, correct. It's actually not the assignee user, but the user who is replying is used to replace variables like `{%user.fullName%}`. But nevertheless when a customer sends a new email...

We'll just leave everything as it is or roll back this new feature if it will cause troubles.

We've implemented in the `master` branch replacing with empty string variables which has not been replaced in mailbox's custom from name for auto replies.

Try to adjust https://github.com/freescout-helpdesk/freescout/blob/dist/app/Http/Middleware/TrustProxies.php (see https://laravel.com/docs/5.5/requests#configuring-trusted-proxies) and see how it goes.

Fixed in the `master` branch. Now you also can set trusted proxies via /.env file: ``` # Comma separated list of trusted proxies for proper IP detection in FreeScout. #...