You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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].
The text was updated successfully, but these errors were encountered:
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.
Unfortunately Gmail ignores the
Reply-To
email header if theFrom
address is the same as theTo
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]
.The text was updated successfully, but these errors were encountered: