public property PHPMailer::$SingleTo

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.

Type: bool

File

inc/PHPMailer/src/PHPMailer.php, line 414

Class

PHPMailer
PHPMailer - PHP email creation and transport class.

Namespace

PHPMailer\PHPMailer

Code

public $SingleTo = false;