Skip to content

Commit f0be895

Browse files
committed
[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 symfony#20512
1 parent f048179 commit f0be895

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

mailer.rst

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -268,12 +268,6 @@ party provider:
268268
you need to add the ``ping_threshold`` parameter to your ``MAILER_DSN`` with
269269
a value lower than ``10``: ``ses+smtp://USERNAME:PASSWORD@default?ping_threshold=9``
270270

271-
.. warning::
272-
273-
If you send custom headers when using the `Amazon SES`_ transport (to receive
274-
them later via a webhook), make sure to use the ``ses+https`` provider because
275-
it's the only one that supports them.
276-
277271
.. note::
278272

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

0 commit comments

Comments
 (0)