PHPMailer::sendmailSend

Advertisement

Summery Summery

Send mail using the $Sendmail program.

Syntax Syntax

PHPMailer::sendmailSend( string $header, string $body )

Parameters Parameters

$header

(Required) The message headers

$body

(Required) The message body

Return Return

(boolean)

Source Source

File: wp-includes/class-phpmailer.php


			

Advertisement

See also See also

  • PHPMailer::$Sendmail

Advertisement

Leave a Reply