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.7k stars 130 forks source link

Fix empty strings in AnymailInboundMessage from/to/cc #311

Closed medmunds closed 1 year ago

medmunds commented 1 year ago

Fix AnymailInboundMessage.to, .cc, .from_email when message was built with AnymailInboundMessage.construct() using empty strings for those params. (Postmark inbound relies on this.)

Fixes #307