- 🇦🇺Australia mstrelan
From what I gather we're sending emails that are address to multiple recipients like so:
foo@example.com, bar@example.com
In fact if you put a debugger in
\Drupal\Tests\contact\Unit\MailHandlerTest::testSendMailMessages
we are asserting that the to address isadmin@drupal.org, user@drupal.org
.My understanding is that this is perfectly fine. I'm inclined to mark this "works as designed" but wondering if there are specific examples where the space after the comma is invalid. For that reason I'm setting this to PMNMI.
- Status changed to Closed: works as designed
10 months ago 10:14pm 2 May 2024 - 🇦🇺Australia pameeela
No reply after >1 year so I will close this. If anyone believes this is a problem, please create a new issue with specific steps to reproduce.