You are here

public property DrupalPHPMailer::$ReturnPath in PHPMailer 6.3

Same name and namespace in other branches
  1. 5.2 includes/phpmailer.class.inc \DrupalPHPMailer::ReturnPath
  2. 6 includes/phpmailer.inc \DrupalPHPMailer::ReturnPath
  3. 6.2 includes/phpmailer.class.inc \DrupalPHPMailer::ReturnPath
  4. 7.4 includes/phpmailer.class.inc \DrupalPHPMailer::ReturnPath
  5. 7.3 includes/phpmailer.class.inc \DrupalPHPMailer::ReturnPath

Stores the Return-Path, which may be different from Sender.

File

includes/phpmailer.class.inc, line 16
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 $ReturnPath = '';