8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 71b45d2 + a08515a commit 5a65a71Copy full SHA for 5a65a71
mailer.rst
@@ -232,6 +232,12 @@ party provider:
232
you need to add the ``ping_threshold`` parameter to your ``MAILER_DSN`` with
233
a value lower than ``10``: ``ses+smtp://USERNAME:PASSWORD@default?ping_threshold=9``
234
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
241
.. note::
242
243
When using SMTP, the default timeout for sending a message before throwing an
0 commit comments