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 5665008 + 6de312e commit 3f51b96Copy full SHA for 3f51b96
components/mailer.rst
@@ -98,6 +98,12 @@ For third-party providers, refer to the following table:
98
Sendgrid sendgrid+smtp://apikey:KEY@default n/a sendgrid+api://KEY@default
99
==================== ========================================== =========================================== ========================================
100
101
+.. caution::
102
+
103
+ If your credentials contain special characters, you must URL-encode them.
104
+ For example, the DSN ``ses+smtp://ABC1234:abc+12/345@default`` should be
105
+ configured as ``ses+smtp://ABC1234:abc%2B12%2F345@default``
106
107
.. note::
108
109
When using SMTP, the default timeout for sending a message before throwing an
0 commit comments