PHPMailer::mail_passthru
Calls actual mail() function, but in a safe_mode aware fashion Also, unless sendmail_path points to sendmail (or something that claims to be sendmail), don't pass params (not a perfect fix, but it will do)
Signature
private function mail_passthru(string
$to,
string
$subject,
string
$body,
string
$header,
string
$paramsĀ )
Parameters
-
$to
- To
-
$subject
- Subject
-
$body
- Message Body
-
$header
- Additional Header(s)
-
$params
- Params
Returns
- bool