Django email backends and webhooks for Amazon SES, Brevo (Sendinblue), MailerSend, Mailgun, Mailjet, Postmark, Postal, Resend, SendGrid, SparkPost, Unisender Go and more
Recently we discussed the issue that Postmark's inbound test webhooks are not in the same format as real inbound webhooks.
I have created a workaround for this issue. Now anymail will handle the events without crashing.
Also it will raise a warning, so that the user might consider testing with a real event before going to production.
I did my best to make this change according to the quality standards of this project. If something is missing or changed let me know.
Recently we discussed the issue that Postmark's inbound test webhooks are not in the same format as real inbound webhooks.
I have created a workaround for this issue. Now anymail will handle the events without crashing. Also it will raise a warning, so that the user might consider testing with a real event before going to production.
I did my best to make this change according to the quality standards of this project. If something is missing or changed let me know.
Closes #304