CluPilotCloud/app/Mail
nexxo c899d41946 Pin CloudReady's null-mailbox guard and share it with the trait
A mutation the reviewer ran (if ($box !== null) -> if (true)) left every
test green: CloudReady hand-rolled the same null-mailbox guard as
SendsFromMailbox, but nothing exercised its null branch. Added the
missing test, then extracted the decision itself (null mailbox -> no
sender fields, no_reply -> no Reply-To) into one shared method so an
Envelope-shaped and a MailMessage-shaped consumer can no longer disagree.
2026-07-27 23:59:05 +02:00
..
Concerns Pin CloudReady's null-mailbox guard and share it with the trait 2026-07-27 23:59:05 +02:00
Transport Make the DSN agree with send() when a mailbox has no password 2026-07-27 23:17:42 +02:00
MaintenanceAnnouncementMail.php Put a real sender on every mail, and a reply address where one helps 2026-07-27 23:40:34 +02:00
MaintenanceCancelledMail.php Put a real sender on every mail, and a reply address where one helps 2026-07-27 23:40:34 +02:00