contact-form icon indicating copy to clipboard operation
contact-form copied to clipboard

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

Open jesuismaxime opened this issue 3 years ago • 0 comments

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

jesuismaxime avatar Feb 26 '21 16:02 jesuismaxime