Django email backends and webhooks for Amazon SES, Brevo (Sendinblue), MailerSend, Mailgun, Mailjet, Postmark, Postal, Resend, SendGrid, SparkPost, Unisender Go and more
Fix AnymailInboundMessage.to, .cc, .from_email when message was built with AnymailInboundMessage.construct() using empty strings for those params. (Postmark inbound relies on this.)
Fix
AnymailInboundMessage.to
,.cc
,.from_email
when message was built withAnymailInboundMessage.construct()
using empty strings for those params. (Postmark inbound relies on this.)Fixes #307