PHPMailer\PHPMailer
PHPMailer::isSMTP()
Send messages using SMTP.
Method of the class: PHPMailer{}
No Hooks.
Return
null
. Nothing (null).
Usage
$PHPMailer = new PHPMailer(); $PHPMailer->isSMTP();
PHPMailer::isSMTP() PHPMailer::isSMTP code WP 6.7.1
public function isSMTP() { $this->Mailer = 'smtp'; }