File tree 1 file changed +11
-1
lines changed
1 file changed +11
-1
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,8 @@ cast to a string before being validated.
7
7
+----------------+---------------------------------------------------------------------+
8
8
| Applies to | :ref: `property or method <validation-property-target >` |
9
9
+----------------+---------------------------------------------------------------------+
10
- | Options | - `message `_ |
10
+ | Options | - `strict `_ |
11
+ | | - `message `_ |
11
12
| | - `checkMX `_ |
12
13
| | - `checkHost `_ |
13
14
+----------------+---------------------------------------------------------------------+
@@ -89,6 +90,15 @@ Basic Usage
89
90
Options
90
91
-------
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
+
92
102
message
93
103
~~~~~~~
94
104
You can’t perform that action at this time.
0 commit comments