From b62de86fd28f82e4e7ad6942d950eb4f1fe01018 Mon Sep 17 00:00:00 2001 From: Marcus Bointon Date: Fri, 28 Mar 2025 10:00:57 +0100 Subject: [PATCH] Explain eai --- src/PHPMailer.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/PHPMailer.php b/src/PHPMailer.php index b40e153d..cd96258f 100644 --- a/src/PHPMailer.php +++ b/src/PHPMailer.php @@ -1460,7 +1460,7 @@ class PHPMailer * 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. * 'eai' is an acronym for Email Address Internationalization. - * This validator is used automatically if you attempt to use recipient addresses + * This validator is selected 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)