PHPMailer::MailSend
Sends mail using the PHP mail() function.
Signature
protected function MailSend(string
$header,
string
$body )
Parameters
-
$header
- The message headers
-
$body
- The message body
Returns
- bool