mailer
mailer copied to clipboard
FileMailer creates empty file if htmlBody used
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);