Project

General

Profile

Actions

Bug #81524

closed

Cannot send mails with special characters in local part

Added by Mathias Brodala almost 7 years ago. Updated about 4 years ago.

Status:
Closed
Priority:
Should have
Assignee:
-
Category:
-
Start date:
2017-06-09
Due date:
% Done:

0%

Estimated time:
TYPO3 Version:
8
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:

Description

Currently it is impossible to send mails with special characters in their local part, e.g. john.lötzsch@example.org. Swiftmailer fails with the following error:

 [ Swift_RfcComplianceException ]
 Address in mailbox given [john.lötzsch@example.org] does not comply with RFC 2822, 3.6.2.
 thrown in file er/lib/classes/Swift/Mime/Headers/MailboxHeader.php
 in line 345

The mentioned RFC 2822 has been extended by RFC 5335 which is supported by Swiftmailer 6.x and newer, thus an upgrade is necessary. This implies a few breaking changes however.


Related issues 3 (0 open3 closed)

Related to TYPO3 Core - Bug #73616: Different standards used in GeneralUtility::validEmail (RFC 3696) and swiftmailers Swift_Mime_Grammar-class (RFC 2822)Closed2016-02-23

Actions
Related to TYPO3 Core - Bug #87077: Scheduler: Notification email address (e.g. system report) does not allow a local mail addressClosed2018-12-04

Actions
Related to TYPO3 Core - Feature #90370: Use Egulias\EmailValidator for email validationClosed2020-02-13

Actions
Actions

Also available in: Atom PDF