mailer icon indicating copy to clipboard operation
mailer copied to clipboard

FileMailer creates empty file if htmlBody used

Open jettero777 opened this issue 7 months ago • 2 comments

FileMailer creates empty file if htmlBody used

$message = new Message(
    from: '[email protected]',
    to: '[email protected]',
    subject: 'test subject',
    htmlBody: 'text body',
);

$mailer->send($message);

jettero777 avatar Jun 25 '25 02:06 jettero777