public property PHPMailer::$SMTPAuth

Whether to use SMTP authentication. Uses the Username and Password properties.

Type: bool

See also

PHPMailer::$Username

PHPMailer::$Password

File

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

Class

PHPMailer
PHPMailer - PHP email creation and transport class.

Namespace

PHPMailer\PHPMailer

Code

public $SMTPAuth = false;