WPManageNinja/fluent-smtp

Automatic retries when sending fails

Opened this issue · 8 comments

Would be great if one could set up automatic retries.
The Plugin could then try X times to send the mail and only after that mark the mail as "not sent".

akerd commented

I came here to ask the same question. It would be great to have a possibility to configure X retries after a sending fail.

This is a must feature, The number of failed sent emails is quite high!

up

This would be super useful as I temporarily receive errors like this from my email server:

{
  "code": 422,
  "message": "SMTP Error: Could not authenticate.",
  "errors": [
    "SMTP Error: Could not authenticate."
  ]
}

A simple "send" then sends the mail without any issues, so a simple retry after x seconds would be a huge relief!

Upvote this, I have the same Issue as @felix-exon

Up! Because this issue isnt fixed yet with o365

Server Response

{
"code": 422,
"message": "Unauthorized",
"errors": [
"Unauthorized"
]
}

Yeah experience the same issue can some one please makes it possible that Fluentsmtp setting allows resend x time on failure

This would be an amazing feature as I get AWS throttle failures +1