Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add smtp retries #4115

Merged
merged 6 commits into from
Nov 4, 2024
Merged

Commits on Oct 28, 2024

  1. add smtp retries

    Jordan Nimlos committed Oct 28, 2024
    Configuration menu
    Copy the full SHA
    3095929 View commit details
    Browse the repository at this point in the history

Commits on Oct 29, 2024

  1. use existing retry package instead

    nimjor committed Oct 29, 2024
    Configuration menu
    Copy the full SHA
    a79836e View commit details
    Browse the repository at this point in the history
  2. clean up commented code

    nimjor committed Oct 29, 2024
    Configuration menu
    Copy the full SHA
    eb89f13 View commit details
    Browse the repository at this point in the history

Commits on Oct 30, 2024

  1. treat any error from smtp SendMail as temporary

    nimjor committed Oct 30, 2024
    Configuration menu
    Copy the full SHA
    bb8f92b View commit details
    Browse the repository at this point in the history
  2. only treat 4xx series SMTP errors as temporary

    nimjor committed Oct 30, 2024
    Configuration menu
    Copy the full SHA
    a7dd121 View commit details
    Browse the repository at this point in the history

Commits on Oct 31, 2024

  1. make sure err is nil checked

    nimjor committed Oct 31, 2024
    Configuration menu
    Copy the full SHA
    6890f1c View commit details
    Browse the repository at this point in the history