Skip to content

Commit f92b362

Browse files
authored
Update mailer.rst
Add Tips for special characteres for user and pass
1 parent 32d99f9 commit f92b362

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

mailer.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,10 @@ over SMTP by configuring the DSN in your ``.env`` file (the ``user``,
6565
]);
6666
};
6767
68+
.. caution::
69+
70+
If your user or password has special characters such as @ or #, use encoding characters such as% 40 or% 23.
71+
6872
.. caution::
6973

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

0 commit comments

Comments
 (0)