Automatically resend on SMPT 454 #2493
Unanswered
willedstrom
asked this question in
Q&A
Replies: 1 comment 1 reply
-
|
No, that's an application level thing. Save your message details and generate it again later. If you want something to queue and retry automatically, use a local mail server because that's exactly what they are designed to do. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Working on fixing an occasional "454 Temporary service failure" using AWS.
Amazon Docs - https://docs.aws.amazon.com/ses/latest/DeveloperGuide/troubleshoot-smtp.html
Forum post suggesting that the appropriate response is being sent: https://forums.aws.amazon.com/thread.jspa?threadID=290433
Is there any way to make PHPMailer automatically resend in this case?
Beta Was this translation helpful? Give feedback.
All reactions