cakephp2-php8/lib/Cake/Network/Email
mark_story dc34d80f6f Relax email validation rules even more.
While filter_var() allows a number of email addresses that
Validation::email() does not, it misses out of email address that
contain IDN host names, and unicode mailboxes. Both of these are
generally deliverable, and should be permitted. filter_var() also fails
on local mailboxes like `root@localhost` which is useful in the context
of cron jobs.

Fixes #3742
2014-06-30 10:42:37 -04:00
..
AbstractTransport.php Fix API docblock CS errors. 2014-06-05 00:28:55 +05:30
CakeEmail.php Relax email validation rules even more. 2014-06-30 10:42:37 -04:00
DebugTransport.php Removed "PHP 5" from file header DocBlocks 2013-11-13 22:58:39 +01:00
MailTransport.php Include the last error if available when sending with mail() fails. 2014-03-02 21:07:25 -05:00
SmtpTransport.php Fix API docblock CS errors. 2014-06-05 00:28:55 +05:30