Actions
Bug #102629
closedIncorrect Email validation
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
-
Target version:
-
Start date:
2023-12-08
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
12
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
GeneralUtility::validEmail('test@domain'); // TRUE
Updated by Torben Hansen 12 months ago
This is a known problem in the RFC email validation package we use - see https://github.com/egulias/EmailValidator/issues/359
Updated by Georg Ringer 9 months ago
- Status changed from New to Closed
this is a valid email address but you can change the email validation, see https://docs.typo3.org/c/typo3/cms-core/main/en-us/Changelog/11.0/Feature-92531-ImprovedEmailValidation.html
Actions