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

Fix reference to non-existent method on `EmailMessage` #370

Closed dmwyatt closed 4 months ago

dmwyatt commented 4 months ago

It's get_all, not getall. https://docs.python.org/3.12/library/email.message.html#email.message.EmailMessage.get_all

I checked python versions 3.6-3.12 and confirmed it's always been the case.

medmunds commented 4 months ago

Thanks, good catch.