thekordy / ticketit

A simple helpdesk tickets system for Laravel 5.1+ which integrates smoothly with Laravel default users and auth system, demo is available at: http://ticketit.kordy.info/tickets
MIT License
874 stars 384 forks source link

Feature Request: Turn off reply-to email of agent #559

Open samchadwick opened 4 years ago

samchadwick commented 4 years ago

I've ended up commenting out line 39 of /vendor/kordy/ticketit/src/Mail/TicketitNotification.php to stop the email address of the agent being revealed to the ticket creator.

It would be great if this could be controlled in the configurations so I dont lose this if/when there are future releases.