Skip to content

Commit 5a65a71

Browse files
committed
Merge branch '5.4' into 6.3
* 5.4: Minor tweaks Add warning about custom SES headers
2 parents 71b45d2 + a08515a commit 5a65a71

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
@@ -232,6 +232,12 @@ party provider:
232232
you need to add the ``ping_threshold`` parameter to your ``MAILER_DSN`` with
233233
a value lower than ``10``: ``ses+smtp://USERNAME:PASSWORD@default?ping_threshold=9``
234234

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

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

0 commit comments

Comments
 (0)