메소드 |
설명 |
|
hasMx ( string $email ) : boolean | null |
Test email address for MX records |
|
isDisposable ( string $email ) : boolean | null |
Detected disposable email domains |
|
isEmail ( string $email ) : boolean |
Valid email
Due complexity of email validation (non-latin chars, ", . |
|
isExample ( string $email ) : boolean | null |
Detected example email addresses. |
|
isRole ( string $email ) : boolean | null |
Detected role based email addresses |
|
isSendable ( string $email ) : boolean |
Validate an email address using isEmail, isExample and hasMx. |
|
isValid ( string $email ) : boolean |
Validate an email address using ALL the functions of this library. |
|