PHPMailer::SmtpSend
Sends mail via SMTP using PhpSMTP Returns false if there is a bad MAIL FROM, RCPT, or DATA input.
Signature
protected function SmtpSend(string
$header,
string
$body )
Parameters
-
$header
- The message headers
-
$body
- The message body
Returns
- bool