Skip to content

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

+4-4
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)