Script:
<?php
mail('[EMAIL PROTECTED]', 'Subject', 'Message', "From: [EMAIL PROTECTED]");
?>

Result:
Warning: mail() [function.mail]: "sendmail_from" not set in php.ini or custom "From:" 
header missing in D:\ApacheData\htdocs\downloader\mail.php on line 2

Why does the mail() not work?
How can I send a e-mail without SMTP?
------------------------------------------------------------------------
Comment: English is not my first language.
Wudi <[EMAIL PROTECTED]>

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to