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
- Craft version: 3.6.7
- PHP version: 7.4.2
- Database driver & version:
- Plugin version: 2.2.7
- Contact Form Extensions v1.2.4
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