mb_send_mail()
mb_send_mail - Send encoded mail
Syntax
bool mb_send_mail ()
Arguments
-
Description
Sends email. Headers and messages are converted and encoded according to the mb_language() setting. It's a wrapper function for mail(), so see also mail() for details.
Version
PHP 4.0.6, 5
Return value
Returns TRUE on success or FALSE on failure.