FileMailer creates empty file if htmlBody used ``` $message = new Message( from: 'from@example.com', to: 'to@example.com', subject: 'test subject', htmlBody: 'text body', ); $mailer->send($message); ```
FileMailer creates empty file if htmlBody used