8000 Tweaks · githubfromgui/symfony-docs@12c52de · GitHub
[go: up one dir, main page]

Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 12c52de

Browse files
committed
Tweaks
1 parent 63fc474 commit 12c52de

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

reference/constraints/Email.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -153,10 +153,10 @@ in the second host part of the email address.
153153
strict
154154
......
155155

156-
If you're using Symfony Mailer to send emails to that address, this is
157-
the recommended mode, since both are using the same library, to perform an RFC
158-
compliant validation: `egulias/email-validator`_. If you're not using Symfony
159-
Mailer, you will need to install that library separately to use this mode.
156+
Performs an RFC compliant validation using the `egulias/email-validator`_ library.
157+
It's recommended to set this mode when using :doc:`Symfony Mailer </mailer>`
158+
because the library is already installed and ready to use. Otherwise, you need
159+
to install the library separately to use this mode.
160160

161161
html5
162162
.....

0 commit comments

Comments
 (0)
0