public property DrupalPHPMailer::$SMTPDebug in PHPMailer 6.3
Same name and namespace in other branches
- 7.4 includes/phpmailer.class.inc \DrupalPHPMailer::SMTPDebug
- 7.3 includes/phpmailer.class.inc \DrupalPHPMailer::SMTPDebug
Overrides PHPMailer::SMTPDebug to capture SMTP communication errors by default.
File
- includes/
phpmailer.class.inc, line 40 - Implements the base PHPMailer for Drupal class.
Class
- DrupalPHPMailer
- Base PHPMailer for Drupal implementation with support for SMTP keep-alive and setting a custom Return-Path.
Code
public $SMTPDebug = 2;