Skip to content

Commit 5f8e581

Browse files
committed
Merge branch '6.4' into 7.0
* 6.4: Minor tweaks Add warning about custom SES headers
2 parents ca3da8b + 3688fbf commit 5f8e581

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

226+
.. caution::
227+
228+
If you send custom headers when using the `Amazon SES`_ transport (to receive
229+
them later via a webhook), make sure to use the ``ses+https`` provider because
230+
it's the only one that supports them.
231+
226232
.. note::
227233

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

0 commit comments

Comments
 (0)