8000 [Mailer] [Amazon] Remove outdated warning by Spomky · Pull Request #20695 · symfony/symfony-docs · GitHub
[go: up one dir, main page]

Skip to content

[Mailer] [Amazon] Remove outdated warning #20695

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

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
[Mailer] [Amazon] Remove outdated warning
As per symfony/symfony#58761, the warning about requiring the `ses+https` provider for custom headers is no longer relevant and has been removed.
Fixes #20512
  • Loading branch information
Spomky committed Feb 26, 2025
commit f0be895bcf93a85fba888e476d0e580483b98f89
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
0