Skip to content

Commit

Permalink
Merge branch 'hotfix/232'
Browse files Browse the repository at this point in the history
  • Loading branch information
michalbundyra committed Oct 18, 2019
2 parents efd342a + 0fe8e5a commit cd4d885
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/book/transport/smtp-multiple-send.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ $template->setBody('... Your message here ...');
foreach ($recipients as $address) {
// Clone the message and add a recipient:
$message = clone $template;
$message->addTo($template);
$message->addTo($address);

$transport->send($message);
}
Expand Down

0 comments on commit cd4d885

Please sign in to comment.