mirror of
https://github.com/pacnpal/django-anymail.git
synced 2025-12-20 03:41:05 -05:00
Resend: new ESP (#341)
Add support for Resend.com backend and webhooks. Closes #341
This commit is contained in:
5
tox.ini
5
tox.ini
@@ -27,7 +27,7 @@ envlist =
|
||||
# Django 5.1 dev: Python 3.10+
|
||||
djangoDev-py{310,311,312}-all
|
||||
# ... then partial installation (limit extras):
|
||||
django42-py311-{none,amazon_ses,postal}
|
||||
django42-py311-{none,amazon_ses,postal,resend}
|
||||
# tox requires isolated builds to use pyproject.toml build config:
|
||||
isolated_build = True
|
||||
|
||||
@@ -51,8 +51,10 @@ extras =
|
||||
# Careful: tox factors (on the left) use underscore; extra names use hyphen.)
|
||||
all,amazon_ses: amazon-ses
|
||||
all,postal: postal
|
||||
all,resend: resend
|
||||
setenv =
|
||||
# tell runtests.py to limit some test tags based on extras factor
|
||||
# (resend should work with or without its extras, so it isn't in `none`)
|
||||
none: ANYMAIL_SKIP_TESTS=amazon_ses,postal
|
||||
amazon_ses: ANYMAIL_ONLY_TEST=amazon_ses
|
||||
mailersend: ANYMAIL_ONLY_TEST=mailersend
|
||||
@@ -61,6 +63,7 @@ setenv =
|
||||
mandrill: ANYMAIL_ONLY_TEST=mandrill
|
||||
postal: ANYMAIL_ONLY_TEST=postal
|
||||
postmark: ANYMAIL_ONLY_TEST=postmark
|
||||
resend: ANYMAIL_ONLY_TEST=resend
|
||||
sendgrid: ANYMAIL_ONLY_TEST=sendgrid
|
||||
sendinblue: ANYMAIL_ONLY_TEST=sendinblue
|
||||
sparkpost: ANYMAIL_ONLY_TEST=sparkpost
|
||||
|
||||
Reference in New Issue
Block a user