What is the standard way or configuration option for Rails 5 application to retry sending an email if it raises an exception during sending the email?
I expect some option to retry sending a number of times but couldn't find anything like that.
More details:
I got this error while sending an important email, it happened only once since months but that is an important email, so I would like to increase reliability of sending the emails by retrying if some exception happens (like network issue or my smtp provider couldn't receive my email or any similar reason)
451 Authentication failed: Could not authenticate