Re: [PHP] Sending email without an email server

2004-07-19 Thread Justin Patrin
Set this in your php.ini: sendmail_from = "[EMAIL PROTECTED]" On Mon, 19 Jul 2004 14:17:17 -0400, robert mena <[EMAIL PROTECTED]> wrote: > Hi jason, > > I've added the SMTP to a smtp server, saved the .ini and restarted the > server with no luck. > > It complains > > Warning: mail(): "sendmail_

Re: [PHP] Sending email without an email server

2004-07-19 Thread robert mena
Hi jason, I've added the SMTP to a smtp server, saved the .ini and restarted the server with no luck. It complains Warning: mail(): "sendmail_from" not set in php.ini or custom "From:" header missing in c:\program files\apache group\apache\htdocs\email.php on line 131 Line 131 is the end of the

Re: [PHP] Sending email without an email server

2004-07-13 Thread Ben Ramsey
You may also wish to look at PEAR::Mail ( http://pear.php.net/package/Mail ). It provides an SMTP interface to sending mail. Jason Wong wrote: On Tuesday 13 July 2004 18:46, robert mena wrote: I have a small script hosted in a win32/apache/php4 enviroment where I do not have a local email serv

Re: [PHP] Sending email without an email server

2004-07-13 Thread Jason Wong
On Tuesday 13 July 2004 18:46, robert mena wrote: > I have a small script hosted in a win32/apache/php4 enviroment where I > do not have a local email server. > > I was wondering how could I send emails either connecting directly to > the mx or sending through a relay. mail() on Windows system do