File tree Expand file tree Collapse file tree 3 files changed +17
-11
lines changed Expand file tree Collapse file tree 3 files changed +17
-11
lines changed Original file line number Diff line number Diff line change 11.. _mailgun-backend :
22
33Mailgun
4- -------
4+ =======
55
66Anymail integrates with the `Mailgun <https://mailgun.com >`_
77transactional email service from Rackspace, using their
88REST API.
99
1010
1111Settings
12- ========
12+ --------
1313
1414.. rubric :: EMAIL_BACKEND
1515
@@ -56,7 +56,7 @@ The default is ``MAILGUN_API_URL = "https://api.mailgun.net/v3"``
5656.. _mailgun-sender-domain :
5757
5858Email sender domain
59- ===================
59+ -------------------
6060
6161Mailgun's API requires a sender domain `in the API url <base-url >`_.
6262By default, Anymail will use the domain of each email's from address
@@ -86,8 +86,10 @@ to all messages:
8686 .. _base-url : https://documentation.mailgun.com/api-intro.html#base-url
8787
8888
89- Mailgun esp_extra
90- =================
89+ .. _mailgun-esp-extra :
90+
91+ exp_extra support
92+ -----------------
9193
9294Anymail's Mailgun backend will pass all :attr: `~anymail.message.AnymailMessage.esp_extra `
9395values directly to Mailgun. You can use any of the (non-file) parameters listed in the
Original file line number Diff line number Diff line change 11.. _mandrill-backend :
22
33Mandrill
4- --------
4+ ========
55
66Anymail integrates with the `Mandrill <http://mandrill.com/ >`_
77transactional email service from MailChimp.
88
99
1010Settings
11- ========
11+ --------
1212
1313.. rubric :: EMAIL_BACKEND
1414
@@ -50,8 +50,10 @@ which is the secure, production version of Mandrill's 1.0 API.
5050(It's unlikely you would need to change this.)
5151
5252
53- Mandrill esp_extra
54- ==================
53+ .. _mandrill-esp-extra :
54+
55+ esp_extra support
56+ -----------------
5557
5658Anymail's Mandrill backend does not yet implement the
5759:attr: `~anymail.message.AnymailMessage.esp_extra ` feature.
@@ -60,7 +62,7 @@ Anymail's Mandrill backend does not yet implement the
6062.. _migrating-from-djrill :
6163
6264Migrating from Djrill
63- =====================
65+ ---------------------
6466
6567Anymail has its origins as a fork of the `Djrill `_
6668package, which supported only Mandrill. If you are migrating
Original file line number Diff line number Diff line change @@ -88,6 +88,8 @@ The default is ``SENDGRID_API_URL = "https://api.sendgrid.com/api/"``
8888(It's unlikely you would need to change this.)
8989
9090
91+ .. _sendgrid-esp-extra :
92+
9193esp_extra support
9294-----------------
9395
@@ -132,7 +134,7 @@ Limitations and quirks
132134
133135**Message-ID **
134136 SendGrid does not return any sort of unique id from its send API call.
135- Knowing a sent message's ID can important for later queries about
137+ Knowing a sent message's ID can be important for later queries about
136138 the message's status.
137139
138140 To work around this, Anymail generates a new Message-ID for each
You can’t perform that action at this time.
0 commit comments