anymail / django-anymail

Django email backends and webhooks for Amazon SES, Brevo (Sendinblue), MailerSend, Mailgun, Mailjet, Postmark, Postal, Resend, SendGrid, SparkPost, Unisender Go and more
https://anymail.dev
BSD 3-Clause "New" or "Revised" License
1.65k stars 125 forks source link

Fixed #361: AttributeError in mailgun webhooks #362

Closed izimobil closed 5 months ago

izimobil commented 5 months ago

This fixes the case of delivery-status being None in the event data posted to mailgun webhook handler. See: https://github.com/anymail/django-anymail/issues/361