We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see ourdocumentation.
There was an error while loading.Please reload this page.
1 parent6db5f23 commitfaa034bCopy full SHA for faa034b
reference/constraints/Email.rst
@@ -7,7 +7,8 @@ cast to a string before being validated.
7
+----------------+---------------------------------------------------------------------+
8
| Applies to|:ref:`property or method<validation-property-target>`|
9
10
-| Options| - `message`_|
+| Options| - `strict`_|
11
+|| - `message`_|
12
|| - `checkMX`_|
13
|| - `checkHost`_|
14
@@ -89,6 +90,15 @@ Basic Usage
89
90
Options
91
-------
92
93
+strict
94
+~~~~~~~
95
+
96
+**type**: ``boolean`` **default**: ``false``
97
98
+Will validate the email against a simple RegularExpression.
99
+If true, then the library (`egulias/email-validator`)[https://packagist.org/packages/egulias/email-validator]
100
+is required to perform an RFC compilant validation.
101
102
message
103
~~~~~~~
104