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

Reply-To does not work with Gmail #67

Closed
groe opened this issue Jan 12, 2017 · 2 comments
Closed

Reply-To does not work with Gmail #67

groe opened this issue Jan 12, 2017 · 2 comments

Comments

@groe
Copy link

groe commented Jan 12, 2017

Unfortunately Gmail ignores the Reply-To email header if the From address is the same as the To address (or is configured as a "Send as..."-Account in the Gmail settings), as it is the case with the ContactForm plugin.

So if you receive an email from the plugin in gmail and click Reply, it fills in your own address in the To field of the reply, and not the address of the person submitting the form.

This could be fixed by adding a config setting "From Email" and configuring it with something like [email protected].

@nathanheffley
Copy link
Contributor

I'm having this problem even when the email it's sending from is different from the email I receive it in (I send from [email protected] to [email protected] for example).

I put in pull request #97 if you want to check it out. It just adds an option to put all the data (name, email and subject) into the main email body, that way you don't lose any data due to stuff like sending the email to a Gmail account.

@brandonkelly
Copy link
Member

The From email is just whatever your System Email Address is set to in Settings → Email, so you can set that to [email protected] to work around this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants