Domain Name Required for Sender Address
This Error Reference applies to: Any version.
On my Contact Us form, we can't have an initial in the sender's name.
When we send an email from the Contact Us or Feedback pages, the From: line has both the name and the email address. If the name has a period in it (e.g., "John H. Doe"), the email reader incorrectly thinks the period is part of an email address and then tries to parse it accordingly. That doesn't work.
Change it to have only the email address, and instead make sure the name is in the content of the email but not the header. So change the code from:
to:
Change it to have only the email address, and instead make sure the name is in the content of the email but not the header. So change the code from:
From: &dtml-feedbackName;<&dtml.-email;>
to:
From: &dtml.-email;