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: validation.md
+2-2
Original file line number
Diff line number
Diff line change
@@ -1506,8 +1506,8 @@ The example above will apply the `RFCValidation` and `DNSCheckValidation` valida
1506
1506
1507
1507
<divclass="content-list"markdown="1">
1508
1508
1509
-
-`rfc`: `RFCValidation` - Validate the email address according to RFC 5322.
1510
-
-`strict`: `NoRFCWarningsValidation` - Validate the email according to RFC 5322, rejecting trailing periods or multiple consecutive periods.
1509
+
-`rfc`: `RFCValidation` - Validate the email address according to [supported RFCs](https://github.com/egulias/EmailValidator?tab=readme-ov-file#supported-rfcs).
1510
+
-`strict`: `NoRFCWarningsValidation` - Validate the email according to [supported RFCs](https://github.com/egulias/EmailValidator?tab=readme-ov-file#supported-rfcs), failing when warnings are found (e.g. trailing periods and multiple consecutive periods).
1511
1511
-`dns`: `DNSCheckValidation` - Ensure the email address's domain has a valid MX record.
1512
1512
-`spoof`: `SpoofCheckValidation` - Ensure the email address does not contain homograph or deceptive Unicode characters.
1513
1513
-`filter`: `FilterEmailValidation` - Ensure the email address is valid according to PHP's `filter_var` function.
0 commit comments