Actions
Bug #87857
closedException when sending email with umlaut in domain part
Status:
Closed
Priority:
Must have
Assignee:
-
Category:
Install Tool
Target version:
-
Start date:
2019-03-07
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
9
PHP Version:
Tags:
rfc6531 umlauts email
Complexity:
Is Regression:
Sprint Focus:
Description
When sending an test email via install tool, that contains an umlaut in the domain part, an exception is thrown:
Core: Exception handler (WEB): Uncaught TYPO3 Exception: This is already a Punycode string | InvalidArgumentException thrown in file /var/www/html/vendor/mso/idna-convert/src/Punycode.php in line 173.
Same error occurs in version 8 LTS (same file and line).
When updating the composer project, following message is shown:
Package mso/idna-convert is abandoned, you should avoid using it. Use algo26-matthias/idna-convert instead.Test in:
- v9.5.5 - PHP 7.2.14
- v8.7.24 - PHP 7.0.33
Updated by Benjamin Ditel over 5 years ago
- Related to Feature #87856: Allow umlauts in email address added
Updated by Georg Ringer over 5 years ago
- Related to Task #87779: Change composer name of mso/idna-convert added
Updated by Georg Ringer over 4 years ago
- Related to Feature #90370: Use Egulias\EmailValidator for email validation added
Updated by Georg Ringer over 4 years ago
- Status changed from New to Closed
this has been solved in 10 with #90370, therefore I am closing this issue
Actions