Skip to content
This repository was archived by the owner on Feb 21, 2020. It is now read-only.

Commit cd4d885

Browse files
committed
Merge branch 'hotfix/232'
Close zendframework#232
2 parents efd342a + 0fe8e5a commit cd4d885

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/book/transport/smtp-multiple-send.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ $template->setBody('... Your message here ...');
2929
foreach ($recipients as $address) {
3030
// Clone the message and add a recipient:
3131
$message = clone $template;
32-
$message->addTo($template);
32+
$message->addTo($address);
3333

3434
$transport->send($message);
3535
}

0 commit comments

Comments
 (0)