Changes between Initial Version and Version 1 of Ticket #53130
- Timestamp:
- 05/02/2021 12:11:36 PM (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #53130 – Description
initial v1 3 3 Why is the validity for `is_email()` different from `sanitize_email()`? 4 4 5 Before reporting this, I found two related issues: 6 https://core.trac.wordpress.org/ticket/47467 and 7 https://core.trac.wordpress.org/changeset/48645 5 Before reporting this, I found two related issues: #47467 and [48645]. 8 6 9 7 Since PHPMailer is using is_email() all valid addresses with a + will result in an error.