You are here

public property DrupalPHPMailer::$drupalDebugOutput in PHPMailer 6.3

Same name and namespace in other branches
  1. 7.4 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 47
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 $drupalDebugOutput = '';