Skip to content
This repository has been archived by the owner on Jan 30, 2020. It is now read-only.

Commit

Permalink
Merge branch 'hotfix/232' into develop
Browse files Browse the repository at this point in the history
Forward port #232
  • Loading branch information
michalbundyra committed Oct 18, 2019
2 parents 9f1e1f9 + 0fe8e5a commit b6eac9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/book/transport/smtp-multiple-send.md
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 b6eac9d

Please sign in to comment.