Skip to content

Commit

Permalink
Merge pull request #30 from mdthh/patch-1
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
visto9259 authored Oct 23, 2024
2 parents f8b8b83 + 422a8a3 commit f4c1add
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ $viewModel->setTemplate('mail/html');
$message = $messageService->createHtmlMessage(
['email' => 'john@example.com', 'name' => 'John'], //from
['email' => 'jane@example.com', 'name' => 'Jane'] //to
"This is the subject line, //subject
"This is the subject line", //subject
$viewModel); // View model

$messageService->send($message);
Expand Down

0 comments on commit f4c1add

Please sign in to comment.