We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ac31010 commit e23c7ecCopy full SHA for e23c7ec
reference/constraints/Email.rst
@@ -160,8 +160,10 @@ in the second host part of the email address.
160
strict
161
......
162
163
-Uses the `egulias/email-validator`_ library to perform an RFC compliant
164
-validation. You will need to install that library to use this mode.
+If you're using Symfony Mailer to send emails to that address, this is
+the recommended mode, since both are using the same library, to perform an RFC
165
+compliant validation: `egulias/email-validator`_. If you're not using Symfony
166
+Mailer, you will need to install that library separately to use this mode.
167
168
html5
169
.....
0 commit comments