Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit a08515a

Browse files
committed
Minor tweaks
1 parent 2149b9d commit a08515a

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

mailer.rst

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ This table shows the full list of available DSN formats for each third
171171
party provider:
172172

173173
===================== ======================================================== =============================================== ============================================
174-
Provider SMTP HTTP API
174+
Provider SMTP HTTP API
175175
===================== ======================================================== =============================================== ============================================
176176
`Amazon SES`_ ``ses+smtp://USERNAME:PASSWORD@default`` ``ses+https://ACCESS_KEY:SECRET_KEY@default`` ``ses+api://ACCESS_KEY:SECRET_KEY@default``
177177
`Google Gmail`_ ``gmail+smtp://USERNAME:APP-PASSWORD@default`` n/a n/a
@@ -203,8 +203,9 @@ Provider SMTP H
203203

204204
.. caution::
205205

206-
If you need to send custom headers to receive them later via webhook using the `Amazon SES` transport
207-
be sure to use the ``ses+https`` provider since custom headers are not transmited otherwise.
206+
If you send custom headers when using the `Amazon SES`_ transport (to receive
207+
them later via a webhook), make sure to use the ``ses+https`` provider because
208+
it's the only one that supports them.
208209

209210
.. note::
210211

0 commit comments

Comments
 (0)