Error: E_ApiResponseCodes.NON_VALIDATING_IN_PAYLOAD in WordPress Mail SMTP with
-
Hello,
I am encountering an issue with my WordPress site’s email integration when using SMTP2GO to send backup logs via UpdraftPlus. The emails are not being sent, and I am receiving the following error:
E_ApiResponseCodes.NON_VALIDATING_IN_PAYLOAD: An error occurred processing the json data you sent with the request. Please make sure the data conforms to the specification for this call (see the documentation here: https://developers.smtp2go.com/reference/introduction-1) and try again. Don't forget to set Content-Type to 'application/json'. sender: The field 'sender' was expecting a valid RFC-822 formatted email field but found 'UpdraftPlus on fitlsdog.com [email protected]', Please correct your JSON payload and try again.
Summary of the issue:
? WordPress Plugin: UpdraftPlus - Backup/Restore
? Mailer Service: SMTP2GO
? Error Code: E_ApiResponseCodes.NON_VALIDATING_IN_PAYLOAD
? Issue: The ‘sender’ field is not recognized as a valid RFC-822 formatted email.
? Email Content: Backup log file from UpdraftPlus.Steps I have taken:
1. I understand that the error occurs because the sender field expects a valid email format (i.e., [email protected] without the extra text).2. I have checked my global sender email and confirm it is [email protected].
Can you please assist with resolving this issue or provide guidance on how to configure the sender field properly? If there are any additional steps or settings needed in the JSON payload, please advise.
Thank you for your assistance.
- You must be logged in to reply to this topic.