Description
bool
mb_send_mail ( string to, string subject, string message [, string additional_headers [, string additional_parameter]])
mb_send_mail() sends email_ Headers and
message are converted and encoded according to
mb_language() setting_
mb_send_mail() is wrapper
function of mail()_ See
mail() for details_
to is mail addresses send to_ Multiple
recipients can be specified by putting a comma between each
address in to_ This parameter is not automatically encoded_
subject is subject of mail_
message is mail message_
additional_headers is inserted at
the end of the header_ This is typically used to add extra
headers_ Multiple extra headers are separated with a
newline ("\n")_
additional_parameter is a MTA command line
parameter_ It is useful when setting the correct Return_Path
header when using sendmail_
Devuelve TRUE si todo se
llevó a cabo correctamente, FALSE en caso
de fallo_
See also mail(),
mb_encode_mimeheader(), and
mb_language()_