public property DrupalPHPMailer::$ReturnPath in PHPMailer 7.4
Same name and namespace in other branches
- 5.2 includes/phpmailer.class.inc \DrupalPHPMailer::ReturnPath
- 6.3 includes/phpmailer.class.inc \DrupalPHPMailer::ReturnPath
- 6 includes/phpmailer.inc \DrupalPHPMailer::ReturnPath
- 6.2 includes/phpmailer.class.inc \DrupalPHPMailer::ReturnPath
- 7.3 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 = '';