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:
102102 Sendgrid sendgrid+smtp://apikey:KEY@default n/a sendgrid+api://KEY@default
103103==================== ========================================== =========================================== ========================================
104104
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+
105110Instead of choosing a specific protocol, you can also let Symfony pick the
106111best one by omitting it from the scheme: for instance, ``mailgun://KEY:DOMAIN@default ``
107112is equivalent to ``mailgun+https://KEY:DOMAIN@default ``.
You can’t perform that action at this time.
0 commit comments