Changes between Initial Version and Version 1 of Ticket #31992, comment 3
- Timestamp:
- 04/17/2015 04:59:22 PM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #31992, comment 3
initial v1 1 1 I had looked into email validation when I wrote my SMTP plugin, and eventually concluded it is nearly impossible to validate an email address at all. Most email validators are much more restrictive than any RFC requires. 2 2 3 I think currently thecode doesn't even call sanitize_text_field because it failed too many of my test cases.3 I think currently my code doesn't even call sanitize_text_field because it failed too many of my test cases. 4 4 5 5 https://wordpress.org/plugins/postman-smtp/