django-anymail 9.2-1 source package in Ubuntu

Changelog

django-anymail (9.2-1) unstable; urgency=medium

  * New upstream release
  * Update package long description to mention support for MailerSend
  * Add python3-cryptography to Suggests and menition it is required for
    Postal support in long description

 -- Scott Kitterman <email address hidden>  Thu, 15 Jun 2023 18:35:19 -0400

Upload details

Uploaded by:
Debian Python Team
Uploaded to:
Sid
Original maintainer:
Debian Python Team
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Mantic release multiverse misc

Builds

Mantic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
django-anymail_9.2-1.dsc 2.0 KiB 891adbce8c298b4821d89a220c571b1ea5026a6b4e0b268f112a59d1cd67c066
django-anymail_9.2.orig.tar.gz 87.7 KiB 579515bcff2b78e89abae6541a5c29fc7a481b785f4c4378ed9528523886d1fb
django-anymail_9.2-1.debian.tar.xz 4.1 KiB 0a99df00674597b1452c5bc1dce1420800fe3b0182914352909a894602dcff5b

Available diffs

No changes file available.

Binary packages built by this source

python3-django-anymail: Django email backend for multiple ESPs (Python 3)

 Anymail integrates several transactional email service providers (ESPs) into
 Django, with a consistent API that lets you use ESP-added features without
 locking your code to a particular ESP.
 .
 It currently fully supports Amazon SES (requires python3-boto3), MailerSend,
 Mailgun, Mailjet, Mandrill (MailChimp transactional), Postal (self-hosted
 ESP, requires python3-cryptography), Postmark, SendinBlue, SendGrid, and
 SparkPost.
 .
 Anymail normalizes ESP functionality so it "just works" with Django's
 built-in `django.core.mail` package. It includes:
 .
   * Support for HTML, attachments, extra headers, and other features of
     Django's built-in email
   * Extensions that make it easy to use extra ESP functionality, like tags,
     metadata, and tracking, with code that's portable between ESPs
   * Simplified inline images for HTML email
   * Normalized sent-message status and tracking notification, by connecting
     your ESP's webhooks to Django signals
   * "Batch transactional" sends using your ESP's merge and template features
 .
 This is the Python 3 version of the package.