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 ca3da8b + 3688fbf commit 5f8e581Copy full SHA for 5f8e581
mailer.rst
@@ -223,6 +223,12 @@ party provider:
223
you need to add the ``ping_threshold`` parameter to your ``MAILER_DSN`` with
224
a value lower than ``10``: ``ses+smtp://USERNAME:PASSWORD@default?ping_threshold=9``
225
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
232
.. note::
233
234
When using SMTP, the default timeout for sending a message before throwing an
0 commit comments