mirror of
https://github.com/pacnpal/django-anymail.git
synced 2025-12-20 03:41:05 -05:00
Mailjet: add docs
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
Anymail: Django email backends for Mailgun, Postmark, SendGrid, SparkPost and more
|
||||
==================================================================================
|
||||
Anymail: Django email backends for Mailgun, Mailjet, Postmark, SendGrid, SparkPost and more
|
||||
===========================================================================================
|
||||
|
||||
**PRE-1.0**
|
||||
|
||||
@@ -32,7 +32,7 @@ Anymail integrates several transactional email service providers (ESPs) into Dja
|
||||
with a consistent API that lets you use ESP-added features without locking your code
|
||||
to a particular ESP.
|
||||
|
||||
It currently fully supports Mailgun, Postmark, SendGrid, and SparkPost,
|
||||
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
|
||||
@@ -75,7 +75,7 @@ Anymail 1-2-3
|
||||
|
||||
.. This quickstart section is also included in docs/quickstart.rst
|
||||
|
||||
This example uses Mailgun, but you can substitute Postmark or SendGrid
|
||||
This example uses Mailgun, but you can substitute Mailjet or Postmark or SendGrid
|
||||
or SparkPost or any other supported ESP where you see "mailgun":
|
||||
|
||||
1. Install Anymail from PyPI:
|
||||
|
||||
Reference in New Issue
Block a user