public property DrupalPHPMailer::$SMTPDebug in PHPMailer 7.4
Same name and namespace in other branches
- 6.3 includes/phpmailer.class.inc \DrupalPHPMailer::SMTPDebug
- 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;