We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 63fc474 commit 12c52deCopy full SHA for 12c52de
reference/constraints/Email.rst
@@ -153,10 +153,10 @@ in the second host part of the email address.
153
strict
154
......
155
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.
+Performs an RFC compliant validation using the `egulias/email-validator`_ library.
+It's recommended to set this mode when using :doc:`Symfony Mailer </mailer>`
+because the library is already installed and ready to use. Otherwise, you need
+to install the library separately to use this mode.
160
161
html5
162
.....
0 commit comments