dawidd6 / action-send-mail

:gear: A GitHub Action to send an email to multiple recipients
MIT License
443 stars 186 forks source link

Response 421-4.7.0 (Try again later) #196

Closed kroese closed 7 months ago

kroese commented 7 months ago

A lot of times I get this error from GMail:

Server terminates connection. response=421-4.7.0 Try again later, closing connection. (EHLO)

It would be really nice to have an option to retry X times (with a 10 second delay or something), so that the action does not fail immediately upon receiving this response.

dawidd6 commented 7 months ago

Please submit a PR

dawidd6 commented 7 months ago

@kroese you don't need this feature anymore?

kroese commented 7 months ago

@dawidd6 I do.. So I did what you said, I created a fork ( https://github.com/action-pack/send-mail ) and fixed the problem there. I just did not submit it as a PR because I want to try this new code for a while first.