Actions
Bug #69740
closedvalidEmail in GeneralUtility accepts special UTF8 characters
Status:
Rejected
Priority:
Should have
Assignee:
-
Category:
-
Target version:
-
Start date:
2015-09-12
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
6.2
PHP Version:
Tags:
Complexity:
Is Regression:
No
Sprint Focus:
Description
validEmail
in GeneralUtility
accepts the following mail address as valid and returns TRUE for this mail address:foo.bar@☺example.com
SwiftMailer on the other hand throws an exception for this mail address.
Updated by aimcom no-lastname-given about 9 years ago
The exception from SwiftMailer is:
Address in mailbox given [*mailer] does not comply with RFC 2822, 3.6.2.
Swift_RfcComplianceException thrown in file [...]/typo3/contrib/swiftmailer/classes/Swift/Mime/Headers/MailboxHeader.php in line 352
Actions