8000
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 a0dd460 commit c50f041Copy full SHA for c50f041
reference/constraints/Email.rst
@@ -99,7 +99,8 @@ strict
99
**type**: ``boolean`` **default**: ``false``
100
101
When false, the email will be validated against a simple regular expression.
102
-If true, then the `egulias/email-validator`_ library is required to perform an RFC compliant validation.
+If true, then the `egulias/email-validator`_ library is required to perform
103
+an RFC compliant validation.
104
105
message
106
~~~~~~~
@@ -124,6 +125,4 @@ checkHost
124
125
If true, then the :phpfunction:`checkdnsrr` PHP function will be used to
126
check the validity of the MX *or* the A *or* the AAAA record of the host
127
of the given email.
-
128
129
.. _egulias/email-validator: https://packagist.org/packages/egulias/email-validator
0 commit comments