MailUtil
This class provides you utilities for emails.
public static
boolean
|
#
is_mail_valid( string $mail_address )
Check whether the mail address is valid, it respects the mail RFC |
public static
string
|
|
public static
string
|
#
get_mail_checking_raw_regex( )
Return the RFC mail regex without delimiters, it's commonly used for compatibility with javascript regex. |