django-anymail 7.1.0-1 source package in Ubuntu

Changelog

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

  [ Ondřej Nový ]
  * d/control: Fix wrong Vcs-*

  [ Scott Kitterman ]
  * New upstream release
  * Bump standards-version to 4.5.0 without further change

 -- Scott Kitterman <email address hidden>  Tue, 14 Apr 2020 22:53:44 -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

Groovy: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
django-anymail_7.1.0-1.dsc 2.0 KiB 0df2737a447cffbbc2b7b61b0e224666fc41120fb563e9b7c25b6eaf77105855
django-anymail_7.1.0.orig.tar.gz 76.8 KiB a2bd7a40aa91a1033892630652d3ca8148de70fa2927eb4eebde239fe705f0f4
django-anymail_7.1.0-1.debian.tar.xz 4.3 KiB e1494f8321a0564ff8a7fa6395853a046f086e7dd131ac52364ef712693d00eb

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, Postmark, SendinBlue, 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.