We have some notifications sent to users sent [email protected].
Those notifications are also sent to our support dept in order to keep track of them and eventually add extra info to the end user.
Very often helpdesk people reply without replacing manually the [email protected] with the email of the user (usually specified in the notification text), getting in turn a message back from our smtp server "this address is meant to not receive emails, please send it again to the proper destination", messing up the ticket.
Because that, if the helpdesk guy tries to resend it again to the proper user email the body text shows up the error message too.
Would be great to be able to get a warning before sending the reply :
"Sending to [email protected] email. Are you sure?"
Feature would require a way to specify one or more "no reply to" email addresses.
Can be implemented as a module. Closing for now.
Better to have it in the core and also block auto replies to no-reply@ emails. List of no-reply emails can be stored in the config and adjusted via .env file.
Implemented as a module: https://freescout.net/module/noreply/
Most helpful comment
Better to have it in the core and also block auto replies to no-reply@ emails. List of no-reply emails can be stored in the config and adjusted via .env file.