File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -98,6 +98,12 @@ For third-party providers, refer to the following table:
98
98
Sendgrid sendgrid+smtp://apikey:KEY@default n/a sendgrid+api://KEY@default
99
99
==================== ========================================== =========================================== ========================================
100
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
+
101
107
Instead of choosing a specific protocol, you can also let Symfony pick the
102
108
best one by omitting it from the scheme: for instance, ``mailgun://KEY:DOMAIN@default ``
103
109
is equivalent to ``mailgun+https://KEY:DOMAIN@default ``.
You can’t perform that action at this time.
0 commit comments