PHPMailer::SetFrom
Set the From and FromName properties
Signature
public function SetFrom(string
$address,
[string
$name = '',
[boolean
$auto = true]] )
Parameters
-
$address
-
$name
-
$auto
- Whether to also set the Sender address, defaults to true
Returns
- boolean