- Issue created by @johankleene
- 🇳🇱Netherlands dennis_meuwissen
Would adding the "From" header also be in scope for this? Something like ...
// From $fromRecipients = array_map($converter, $email->getFrom()); if (count($fromRecipients) > 1) { throw new TransportException('Cannot send a mail from multiple "From" recipients using the Microsoft Graph API.'); } if ($fromRecipients) { $message->setFrom($fromRecipients[0]); }
- 🇩🇪Germany benferch
benferch → changed the visibility of the branch 3484210-bcc-info-sends to hidden.
- 🇩🇪Germany benferch
benferch → changed the visibility of the branch 3484210-bcc-info-sends to active.
- Status changed to Fixed
2 months ago 4:03pm 6 February 2025 Automatically closed - issue fixed for 2 weeks with no activity.