PHPMailer::mailSend

Advertisement

Summery Summery

Send mail using the PHP mail() function.

Syntax Syntax

PHPMailer::mailSend( 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

Advertisement

Leave a Reply