-
-
Notifications
You must be signed in to change notification settings - Fork 11
Open
Labels
good first issueSimple enough issue to start with.Simple enough issue to start with.help wantedstatus:ready for adoptionFeel free to implement this issue.Feel free to implement this issue.
Description
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);
Metadata
Metadata
Assignees
Labels
good first issueSimple enough issue to start with.Simple enough issue to start with.help wantedstatus:ready for adoptionFeel free to implement this issue.Feel free to implement this issue.