public property PhpMailerSmtp::$drupalDebugOutput in PHPMailer SMTP 8
Same name and namespace in other branches
- 2.x src/Plugin/Mail/PhpMailerSmtp.php \Drupal\phpmailer_smtp\Plugin\Mail\PhpMailerSmtp::drupalDebugOutput
- 2.0.x src/Plugin/Mail/PhpMailerSmtp.php \Drupal\phpmailer_smtp\Plugin\Mail\PhpMailerSmtp::drupalDebugOutput
- 2.1.x src/Plugin/Mail/PhpMailerSmtp.php \Drupal\phpmailer_smtp\Plugin\Mail\PhpMailerSmtp::drupalDebugOutput
Stores the verbose debug output of the SMTP communication.
Type: string
File
- src/
Plugin/ Mail/ PhpMailerSmtp.php, line 87
Class
- PhpMailerSmtp
- Implements the base PHPMailer SMTP class for the Drupal MailInterface.
Namespace
Drupal\phpmailer_smtp\Plugin\MailCode
public $drupalDebugOutput = '';