Skip to content

Commit 518926f

Browse files
committed
add a warning about Amazon SES signature
1 parent 271f8f6 commit 518926f

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