using
<?php
$ret = mail('
[email protected]', 'Test Subject', 'Test Body');
echo "mail() returned: " . ($ret? "TRUE" : "FALSE");
?>
response is
mail() returned: FALSE
-----------------------------------------------------------------
[mail function]
; For Win32 only.
SMTP =
; For Win32 only.
sendmail_from =
; For Unix only. You may supply arguments as well (default: "sendmail -i").
sendmail_path = /usr/sbin/sendmail -iv