Skip to content

Commit

Permalink
Show the address to whom preview is sent.
Browse files Browse the repository at this point in the history
  • Loading branch information
ounis committed Jun 9, 2011
1 parent 2cfac86 commit c8b5045
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/www/admin/massmail_execute.php
Expand Up @@ -147,7 +147,7 @@
}
}
$previewDestination = implode(', ', $validMails);
$mail->setBcc($previewDestination, true);
$mail->setTo($previewDestination, true);
if ($mail->send()) {
print "\n".$Language->getText('admin_massmail_execute','sending').": ".$previewDestination;
} else {
Expand Down

0 comments on commit c8b5045

Please sign in to comment.