Explain eai
This commit is contained in:
parent
17b3dfbdb9
commit
eda0313e07
|
|
@ -1460,6 +1460,8 @@ class PHPMailer
|
||||||
* form input elements (as above), modified to accept Unicode email addresses.
|
* form input elements (as above), modified to accept Unicode email addresses.
|
||||||
* This is also more lenient than Firefox' html5 spec, in order to make the regex faster.
|
* This is also more lenient than Firefox' html5 spec, in order to make the regex faster.
|
||||||
* 'eai' is an acronym for Email Address Internationalization.
|
* 'eai' is an acronym for Email Address Internationalization.
|
||||||
|
* This validator is used automatically if you attempt to use recipient addresses
|
||||||
|
* that contain Unicode characters in the local part.
|
||||||
*
|
*
|
||||||
* @see https://html.spec.whatwg.org/#e-mail-state-(type=email)
|
* @see https://html.spec.whatwg.org/#e-mail-state-(type=email)
|
||||||
* @see https://en.wikipedia.org/wiki/International_email
|
* @see https://en.wikipedia.org/wiki/International_email
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue