Skip to content

Commit 6625cca

Browse files
committed
minor #15106 add a warning about Amazon SES signature (garak)
This PR was merged into the 4.4 branch. Discussion ---------- add a warning about Amazon SES signature We need to warn users of Symfony 4.4 that they can't use symfony/amazon-mailer anymore. They need to upgrade to 5.1 or newer. See symfony/symfony#36956 (comment) Commits ------- 518926f add a warning about Amazon SES signature
2 parents 271f8f6 + 518926f commit 6625cca

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

mailer.rst

+5
Original file line numberDiff line numberDiff line change
@@ -160,6 +160,11 @@ party provider:
160160
For example, the DSN ``ses+smtp://ABC1234:abc+12/345@default`` should be
161161
configured as ``ses+smtp://ABC1234:abc%2B12%2F345@default``
162162

163+
.. caution::
164+
165+
Symfony 4.4 only suppports Amazon SES Signature Version 3, that has been deprecated.
166+
You need to use symfony/amazon-mailer 5.1 or newer.
167+
163168
.. tip::
164169

165170
If you want to override the default host for a provider (to debug an issue using

0 commit comments

Comments
 (0)