Unisender Go: new ESP

Add support for Unisender Go

---------

Co-authored-by: Mike Edmunds <medmunds@gmail.com>
This commit is contained in:
Arondit
2024-03-05 22:38:40 +03:00
committed by GitHub
parent a2c0ed6817
commit a71a0d9af8
15 changed files with 2477 additions and 20 deletions

View File

@@ -14,7 +14,7 @@ authors = [
description = """\
Django email backends and webhooks for Amazon SES, Brevo (Sendinblue),
MailerSend, Mailgun, Mailjet, Mandrill, Postal, Postmark, Resend,
SendGrid, and SparkPost\
SendGrid, SparkPost and Unisender Go\
"""
# readme: see tool.hatch.metadata.hooks.custom below
keywords = [
@@ -25,6 +25,7 @@ keywords = [
"Postal", "Postmark",
"Resend",
"SendGrid", "SendinBlue", "SparkPost",
"Unisender Go",
]
classifiers = [
"Development Status :: 5 - Production/Stable",
@@ -74,6 +75,7 @@ resend = ["svix"]
sendgrid = []
sendinblue = []
sparkpost = []
unisender-go = []
postal = [
# Postal requires cryptography for verifying webhooks.
# Cryptography's wheels are broken on darwin-arm64 before Python 3.9.