You are here

public property DrupalPHPMailer::$ReturnPath in PHPMailer 7.3

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

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

Type: string

File

includes/phpmailer.class.inc, line 20
Implements the base PHPMailer for Drupal class.

Class

DrupalPHPMailer
Class for implementing the PHPMailer library in Drupal.

Code

public $ReturnPath = '';