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

Notifications : Réessayer d’envoyer les emails lorsque Mailjet indique un problème #4115

Merged
merged 1 commit into from
May 23, 2024

Commits on May 22, 2024

  1. Anymail: retry sending failed emails

    Before this commit, emails that couldn’t be sent were simply discarded,
    because the code didn’t check the status from anymail.
    
    Anymail exposes a status for each recipient of an email, raising many
    questions on the expected behavior should one fail to be delivered out
    of multiple recipients.
    
    As a first step, simply trust Mailjet API Status field.
    
    https://anymail.dev/en/stable/sending/django_email/#refused-recipients
    https://anymail.dev/en/stable/sending/anymail_additions/#anymail.message.AnymailStatus
    francoisfreitag committed May 22, 2024
    Configuration menu
    Copy the full SHA
    3fdb785 View commit details
    Browse the repository at this point in the history