Skip to content

Commit 32f67ca

Browse files
committed
Minor tweak
1 parent e2406fd commit 32f67ca

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

components/mailer.rst

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff 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

110111
Instead of choosing a specific protocol, you can also let Symfony pick the
111112
best one by omitting it from the scheme: for instance, ``mailgun://KEY:DOMAIN@default``

0 commit comments

Comments
 (0)