You are here

public property DrupalPHPMailer::$SMTPDebug in PHPMailer 7.4

Same name and namespace in other branches
  1. 6.3 includes/phpmailer.class.inc \DrupalPHPMailer::SMTPDebug
  2. 7.3 includes/phpmailer.class.inc \DrupalPHPMailer::SMTPDebug

Overrides PHPMailer::SMTPDebug to capture SMTP communication errors.

Type: int

File

includes/phpmailer.class.inc, line 46
Implements the base PHPMailer for Drupal class.

Class

DrupalPHPMailer
Class for implementing the PHPMailer library in Drupal.

Code

public $SMTPDebug = 2;