From f0be895bcf93a85fba888e476d0e580483b98f89 Mon Sep 17 00:00:00 2001 From: Florent Morselli Date: Wed, 26 Feb 2025 17:13:11 +0100 Subject: [PATCH] [Mailer] [Amazon] Remove outdated warning As per https://github.com/symfony/symfony/pull/58761, the warning about requiring the `ses+https` provider for custom headers is no longer relevant and has been removed. Fixes https://github.com/symfony/symfony-docs/issues/20512 --- mailer.rst | 6 ------ 1 file changed, 6 deletions(-) diff --git a/mailer.rst b/mailer.rst index 9ab2f47c235..fd34a921b14 100644 --- a/mailer.rst +++ b/mailer.rst @@ -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