public property PHPMailer::$Sender
Search API
The envelope sender of the message. This will usually be turned into a Return-Path header by the receiver, and is the address that bounces will be sent to. If not empty, will be passed via `-f` to sendmail or as the 'MAIL FROM' value over SMTP.
Type: string
File
- inc/
PHPMailer/ src/ PHPMailer.php, line 109
Class
- PHPMailer
- PHPMailer - PHP email creation and transport class.
Namespace
PHPMailer\PHPMailerCode
public $Sender = '';