8000 Add warning about custom SES headers · symfony/symfony-docs@cb44ce9 · GitHub
[go: up one dir, main page]

Skip to content

Commit cb44ce9

Browse files
authored
Add warning about custom SES headers
1 parent 253e4f4 commit cb44ce9

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

mailer.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -198,6 +198,11 @@ OhMySMTP ohmysmtp+smtp://API_TOKEN@default n/a
198198

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

201+
.. caution::
202+
203+
If you need to send custom headers to receive them later via webhook using the `Amazon SES` transport
204+
be sure to use the ``ses+https`` provider since custom headers are not transmited otherwise.
205+
201206
.. note::
202207

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

0 commit comments

Comments
 (0)
0