Skip to content
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
5 changes: 5 additions & 0 deletions mailer.rst
Original file line number Diff line number Diff line change
Expand Up @@ -198,6 +198,11 @@ OhMySMTP ohmysmtp+smtp://API_TOKEN@default n/a

The ``ping_threshold`` option for ``ses-smtp`` was introduced in Symfony 5.4.

.. caution::

If you need to send custom headers to receive them later via webhook using the `Amazon SES` transport
be sure to use the ``ses+https`` provider since custom headers are not transmited otherwise.

.. note::

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