django-anymail 0.11.1-1 source package in Ubuntu

Changelog

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

  * New upstream release
  * Bump standards version to 4.0.1 without further change
  * Fix debian/changelog typo
  * Update package descriptions to mention support for Mailjet

 -- Scott Kitterman <email address hidden>  Sun, 20 Aug 2017 15:13:37 -0400

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

Artful: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
django-anymail_0.11.1-1.dsc 2.1 KiB 179dd252e537f4de6b0971dbbbc3b4e011b77bd8a09060493abe3dd8bad19469
django-anymail_0.11.1.orig.tar.gz 45.4 KiB 04b52e20d8e498090e696f2f597ad047dd6127d6ae34ff97d808dace7bfece79
django-anymail_0.11.1-1.debian.tar.xz 3.1 KiB dbcc25e38cf1b3dde047ed4c0642435e93d9957a0cec8a9bd2ea87fcc0c45ba8

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.