Skip to content

Commit 0bfdf98

Browse files
committed
Merge branch '7.0' into 7.1
* 7.0: Minor tweaks Add warning about custom SES headers
2 parents 05978f1 + 5f8e581 commit 0bfdf98

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

mailer.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -235,6 +235,12 @@ party provider:
235235
you need to add the ``ping_threshold`` parameter to your ``MAILER_DSN`` with
236236
a value lower than ``10``: ``ses+smtp://USERNAME:PASSWORD@default?ping_threshold=9``
237237

238+
.. caution::
239+
240+
If you send custom headers when using the `Amazon SES`_ transport (to receive
241+
them later via a webhook), make sure to use the ``ses+https`` provider because
242+
it's the only one that supports them.
243+
238244
.. note::
239245

240246
When using SMTP, the default timeout for sending a message before throwing an

0 commit comments

Comments
 (0)