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

Fix: don't include sender/recipient in AnymailError description #254

Closed medmunds closed 2 years ago

medmunds commented 2 years ago

Remove AnymailError.describe_send, which added sender and recipient email addresses to every AnymailError message (whether or not relevant to the error).

Addresses #245