Potential issue with From header sent
-
We are trying to diagnose an issue where an email failed to send and was rejected by smtp2go, and after speaking to their support it appears like it was to do with a incorrectly formed From header – however, our form has a 3-step process.
WPEverest – submits form
FluentSMTP – takes control of it and ports it over to smtp2go
SMTP2GO sends email
Because of this I’m not sure if the issue is with WPEverest or FluentSMTP.
After speaking with smtp2go support, they think the issue was because the sender name was not put in quotes, and because it had a comma in it, it caused an issue.
This is part of the error I got back from smtp2go:“The field ‘sender’ was expecting a valid RFC-5322 formatted email field but found ‘Example Name, Example Business <my@email.com.au>’, error: ‘no angle-addr’, Please correct your JSON payload and try again.”
They claim that “is most likely due to that comma in the ‘From’ header (Example Name, Example Business). Technically, anything in the “From” header outside of <brackets> must be in “quotation marks” or it will be interpreted as another email address.“
I must assume WPEverest handles this properly, and the issue may lay with FluentSMTP?
You must be logged in to reply to this topic.