Skip to content

Commit b88ea99

Browse files
committed
Merge branch '5.2' into 5.x
* 5.2: Typo add a warning about Amazon SES signature
2 parents 2b9043a + 86853ef commit b88ea99

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
@@ -174,6 +174,11 @@ party provider:
174174
For example, the DSN ``ses+smtp://ABC1234:abc+12/345@default`` should be
175175
configured as ``ses+smtp://ABC1234:abc%2B12%2F345@default``
176176

177+
.. caution::
178+
179+
Symfony 4.4 only supports Amazon SES Signature Version 3, that has been deprecated.
180+
You need to use symfony/amazon-mailer 5.1 or newer.
181+
177182
.. note::
178183

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

0 commit comments

Comments
 (0)