You are here

public property DrupalPHPMailer::$drupalDebugOutput in PHPMailer 7.4

Same name and namespace in other branches
  1. 6.3 includes/phpmailer.class.inc \DrupalPHPMailer::drupalDebugOutput
  2. 7.3 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 = '';