Skip to content

Commit 7fae9f8

Browse files
committed
minor #20695 [Mailer] [Amazon] Remove outdated warning (Spomky)
This PR was merged into the 7.3 branch. Discussion ---------- [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 for 7.3 and has been removed. Fixes #20512 Commits ------- f0be895 [Mailer] [Amazon] Remove outdated warning
2 parents f048179 + f0be895 commit 7fae9f8

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

mailer.rst

-6
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)