django-anymail 1.2-1 source package in Ubuntu

Changelog

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

  * New upstream release

 -- Scott Kitterman <email address hidden>  Sun, 05 Nov 2017 18:29:24 -0500

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Bionic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
django-anymail_1.2-1.dsc 2.1 KiB 66501eefe55d3fd324d18fa87f69f14d136ed7058e19c5cf19ddad86c9145644
django-anymail_1.2.orig.tar.gz 47.0 KiB d079ae0d007503de7f57a0e3eceffe21eb264b7d9e227e6c398cacdb41f20580
django-anymail_1.2-1.debian.tar.xz 3.1 KiB afc12b9838bc007341fc8b1f175ea79377e828849e2db998028ddaab3ecdae8c

Available diffs

No changes file available.

Binary packages built by this source

python-django-anymail: Django email backend for multiple ESPs (Python 2)

 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 Mailgun, Mailjet, Postmark, SendGrid, and
 SparkPost, and has limited support for Mandrill.
 .
 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 2 version of the package.

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 Mailgun, Mailjet, Postmark, SendGrid, and
 SparkPost, and has limited support for Mandrill.
 .
 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.