Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Set fixed "from:" and add "Reply-to:" to improve deliverability of Drupal mail #305

Closed
jenlampton opened this issue Aug 22, 2014 · 3 comments · Fixed by backdrop/backdrop#764

Comments

@jenlampton
Copy link
Member

In the fight against spam more and more ISP's require mail send though the php function to originate from the main domain. The contact form however uses the senders email as "from:" address.

Add a field in settings to optionally set a fixed "from address" (for example contactform@domain.tld) and use "reply-to" to enable replies to the sender, while still using the fixed from address which is accepted by the isp.

Here's the same issue on d.o

@quicksketch
Copy link
Member

A bunch of tests need to be updated in the PR it looks like, so marking this needs work.

@jenlampton
Copy link
Member Author

Pushing a new PR to run test suite again

@quicksketch
Copy link
Member

Great, thanks! Merged into 1.x in backdrop/backdrop#764.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment