Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Mailer] [Amazon] Remove outdated warning #20695

Merged
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 0 additions & 6 deletions mailer.rst
Original file line number Diff line number Diff line change
Expand Up @@ -268,12 +268,6 @@ party provider:
you need to add the ``ping_threshold`` parameter to your ``MAILER_DSN`` with
a value lower than ``10``: ``ses+smtp://USERNAME:PASSWORD@default?ping_threshold=9``

.. warning::

If you send custom headers when using the `Amazon SES`_ transport (to receive
them later via a webhook), make sure to use the ``ses+https`` provider because
it's the only one that supports them.

.. note::

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