tbar0970 / jethro-pmm

Jethro Pastoral Ministry Manager
GNU General Public License v3.0
35 stars 25 forks source link

Support "Sender" header in outgoing emails #174

Closed tbar0970 closed 5 months ago

tbar0970 commented 8 years ago

Currently, emails sent as part of member rego are "From" whatever you set in the conf file. This can lead to SPF fail and bad spam scores if the "From" address's domain doesn't list the Jethro server as a valid sender. This could be mitigated if you could set a "Sender" address whose domain does allow sending from the Jethro server.

tbar0970 commented 5 months ago

Recent DMARC requirements mean the sender header doesn't help so much any more. See https://github.com/tbar0970/jethro-pmm/issues/1011