public property DrupalPHPMailer::$drupalDebugOutput in PHPMailer 7.3
Same name and namespace in other branches
- 6.3 includes/phpmailer.class.inc \DrupalPHPMailer::drupalDebugOutput
- 7.4 includes/phpmailer.class.inc \DrupalPHPMailer::drupalDebugOutput
Stores the verbose debug output of the SMTP communication.
Type: string
File
- includes/
phpmailer.class.inc, line 53 - Implements the base PHPMailer for Drupal class.
Class
- DrupalPHPMailer
- Class for implementing the PHPMailer library in Drupal.
Code
public $drupalDebugOutput = '';