You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: reference/constraints/Email.rst
+8-5Lines changed: 8 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -90,16 +90,16 @@ Basic Usage
90
90
Options
91
91
-------
92
92
93
-
strict
94
-
~~~~~~
95
93
.. versionadded:: 2.5
96
94
The ``strict`` option was introduced in Symfony 2.5.
97
95
96
+
strict
97
+
~~~~~~
98
+
98
99
**type**: ``boolean`` **default**: ``false``
99
100
100
-
When false, the email will be validated against a simple RegularExpression.
101
-
If true, then the `EmailValidator <https://packagist.org/packages/egulias/email-validator>`_ library
102
-
is required to perform an RFC compilant validation.
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 compilant validation.
103
103
104
104
message
105
105
~~~~~~~
@@ -124,3 +124,6 @@ checkHost
124
124
If true, then the :phpfunction:`checkdnsrr` PHP function will be used to
125
125
check the validity of the MX *or* the A *or* the AAAA record of the host
0 commit comments