File tree Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -102,6 +102,11 @@ For third-party providers, refer to the following table:
102
102
Sendgrid sendgrid+smtp://apikey:KEY@default n/a sendgrid+api://KEY@default
103
103
==================== ========================================== =========================================== ========================================
104
104
105
+ .. caution ::
106
+
107
+ If your credentials contain special characters, they must be provided to the DSN in URL encoded form.
108
+ e.g. The DSN ``ses+smtp://ABC1234:abc+12/345@default `` should be configured as ``ses+smtp://ABC1234:abc%2B12%2F345@default ``
109
+
105
110
Instead of choosing a specific protocol, you can also let Symfony pick the
106
111
best one by omitting it from the scheme: for instance, ``mailgun://KEY:DOMAIN@default ``
107
112
is equivalent to ``mailgun+https://KEY:DOMAIN@default ``.
You can’t perform that action at this time.
0 commit comments