Add support for comma in address strings

Created on 30 January 2024, 11 months ago
Updated 22 February 2024, 10 months ago

Problem/Motivation

In Legacy Mode using a comma in a display name will cause an error.
An attempt to send an e-mail message failed, and the following error message was returned : Email “”XXX” does not comply with addr-spec of RFC 2822.

Steps to reproduce

Try sending a mail to a recipient with a display name containing a comma.

Proposed resolution

SymfonyMailer.php splits address parts using explode. This should be improved by matching comma separated parts taking quoted strings into account.

🐛 Bug report
Status

Fixed

Version

1.0

Component

Code

Created by

🇧🇪Belgium wouter.h

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Merge Requests

Comments & Activities

Production build 0.71.5 2024