Skip to content

Commit

Permalink
Mention that SingleTo doesn't work in SMTP
Browse files Browse the repository at this point in the history
  • Loading branch information
sinteur committed Mar 18, 2016
1 parent 33c33b5 commit b5845eb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions class.phpmailer.php
Original file line number Diff line number Diff line change
Expand Up @@ -352,6 +352,7 @@ class PHPMailer
/**
* Whether to split multiple to addresses into multiple messages
* or send them all in one message.
* Only supported in `mail` and `sendmail` transports, not in SMTP.
* @var boolean
*/
public $SingleTo = false;
Expand Down

0 comments on commit b5845eb

Please sign in to comment.