Skip to content

Commit 5d8a9e2

Browse files
cadjoujaviereguiluz
authored andcommitted
[Mailer] Update mailer.rst
1 parent 794de34 commit 5d8a9e2

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

mailer.rst

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,13 @@ over SMTP by configuring the DSN in your ``.env`` file (the ``user``,
6565
]);
6666
};
6767
68+
.. caution::
69+
70+
If the username, password or host contain any character considered special in a
71+
URI (such as ``+``, ``@``, ``$``, ``#``, ``/``, ``:``, ``*``, ``!``), you must
72+
encode them. See `RFC 3986`_ for the full list of reserved characters or use the
73+
:phpfunction:`urlencode` function to encode them.
74+
6875
.. caution::
6976

7077
If you are migrating from Swiftmailer (and the Swiftmailer bundle), be

0 commit comments

Comments
 (0)