craftcms / contact-form

Add a simple contact form to your Craft CMS site.
https://plugins.craftcms.com/contact-form
MIT License
294 stars 93 forks source link

Sender email address shows 'to' address instead of 'from' #205

Open jesuismaxime opened 3 years ago

jesuismaxime commented 3 years ago

Description

Sender email address in the actual email header is equal to the 'to' email address even if {{ submission.fromEmail }} shows the right email address. The sender name (fromName) shows the right data.

We use a custom fetch()/formData setup to call the action, not a traditional Twig template, but all the datas are visible in the post headers.

Additional info