- Issue created by @keshav patel
- Status changed to Needs review
about 1 year ago 11:42am 24 November 2023 - 🇮🇳India keshav patel
The provided patch file "fix_mail_validation-3403990-2.patch" adds the email validation when the Recipient field is not empty and will throw an error message for invalid field value.
- Status changed to Postponed: needs info
about 1 year ago 9:00pm 26 November 2023 - 🇦🇺Australia imclean Tasmania
Thanks for the bug report. The test email field is an HTML field of type "email" which does its own validation. It does allow some unconventional email addresses, such as me@localhost, which can be a valid testing email address. It's a bit loose in some ways and a bit tight in others but I don't think adding extra validation here is necessary.
I'd also prefer not to add a regex to this module, aside from what the PHPMailer library provides.
For more information: https://html.spec.whatwg.org/multipage/input.html#valid-e-mail-address
- Status changed to Closed: won't fix
about 1 year ago 11:43pm 7 December 2023