-
Improvement
-
Resolution: Unresolved
-
Minor
I have an email server that occasionally returns an SMTP 421 error when Jenkins tries to send an email. According to the SMTP specification, this is a transient error, however email-ext treats it as a permanent error and gives up on sending the message.
It would be better if email-ext could recognize SMTP 4yz errors as transient, and wait and try again instead of failing immediately.