django-anymail 8.6-1 source package in Ubuntu

Changelog

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

  * New upstream release
  * Update long description based on upstream README updates
  * Bump standards-version to 4.6.1 without further change

 -- Scott Kitterman <email address hidden>  Tue, 25 Oct 2022 23:35:43 -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

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
django-anymail_8.6-1.dsc 2.0 KiB 9b85e3c0c67c29903430547534c9cee5779a6dbefd4af683633ad4413d92ff32
django-anymail_8.6.orig.tar.gz 79.4 KiB 783342d49dd07d68778b81dd12a94c86e1d217463a68a85450a0513fabe31345
django-anymail_8.6-1.debian.tar.xz 4.5 KiB 18cd6a4df8eae55da087b56c276c7337d4f4a1ba6f8e1c4bcb63c60b9a30d304

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), Mailgun,
 Mailjet, Mandrill (MailChimp transactional), Postal (self-hosted ESP),
 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.