Re: [PHP] "sendmail_from" not set in php.ini or custom "From:" header missing

2004-07-16 Thread Curt Zirzow
* Thus wrote Wudi: > Script: > 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

Re: [PHP] "sendmail_from" not set in php.ini or custom "From:" header missing

2004-07-16 Thread Justin Patrin
On Sat, 17 Jul 2004 12:16:25 +0800, Wudi <[EMAIL PROTECTED]> wrote: > Script: > 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\h

[PHP] "sendmail_from" not set in php.ini or custom "From:" header missing

2004-07-16 Thread Wudi
Script: 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?