File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -104,8 +104,9 @@ For third-party providers, refer to the following table:
104104
105105.. caution ::
106106
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 ``
107+ If your credentials contain special characters, you must URL-encode them.
108+ For example, the DSN ``ses+smtp://ABC1234:abc+12/345@default `` should be
109+ configured as ``ses+smtp://ABC1234:abc%2B12%2F345@default ``
109110
110111Instead of choosing a specific protocol, you can also let Symfony pick the
111112best one by omitting it from the scheme: for instance, ``mailgun://KEY:DOMAIN@default ``
You can’t perform that action at this time.
0 commit comments