-
Notifications
You must be signed in to change notification settings - Fork 0
Closed
Labels
Description
Short description of the enhancement
Currently WireMail falls back to the $config->adminEmail address when the from() method is not used to give a from address. This can happen when modules use WireMail, such as LoginRegister.
But the adminEmail address is for receiving error notices, so it is usually the address of the developer. In most cases, mail sent via WireMail should not be perceived as coming from the developer, but should be from some generic email address associated with the website domain.
Could we please have a WireMail config setting to define the default "from" address, to be used when no from address is specified in the from() method?
abdusco, szabeszg, teppokoivula, sevenstudio, jlahijani and 4 more