We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2b9043a + 86853ef commit b88ea99Copy full SHA for b88ea99
mailer.rst
@@ -174,6 +174,11 @@ party provider:
174
For example, the DSN ``ses+smtp://ABC1234:abc+12/345@default`` should be
175
configured as ``ses+smtp://ABC1234:abc%2B12%2F345@default``
176
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
182
.. note::
183
184
When using SMTP, the default timeout for sending a message before throwing an
0 commit comments