Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #31992, comment 3


Ignore:
Timestamp:
04/17/2015 04:59:22 PM (9 years ago)
Author:
jasonhendriks
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #31992, comment 3

    initial v1  
    11I 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.
    22
    3 I think currently the code doesn't even call sanitize_text_field because it failed too many of my test cases.
     3I think currently my code doesn't even call sanitize_text_field because it failed too many of my test cases.
    44
    55https://wordpress.org/plugins/postman-smtp/