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
Actions