mb_send_mail

Example

 bool mb_send_mail ( string $to , string $subject , string $message [, string $additional_headers = NULL [, string $additional_parameter = NULL ]] ) 

Description

Send encoded mail

Return Values

Returns TRUE on success or FALSE on failure.