Re: [PHP] I want to use a mailer other than sendmail

2002-05-03 Thread Alex Shi
Thank you, Rasmus. I am going to try your way right away.. Alex > Alex, the real answer is to just turn your sendmail into a SMTP > passthrough. It is dead simple to do. Locate your sendmail.cf file. > (Yeah, I can already hear the screams of anguish, but this file isn't > actually all tha

RE: [PHP] I want to use a mailer other than sendmail

2002-05-03 Thread Rasmus Lerdorf
Uh, John, note the "for win32 only" in your reply, then note the "RH7.0" in the question. Alex, the real answer is to just turn your sendmail into a SMTP passthrough. It is dead simple to do. Locate your sendmail.cf file. (Yeah, I can already hear the screams of anguish, but this file isn't act

RE: [PHP] I want to use a mailer other than sendmail

2002-05-03 Thread John Holmes
>From php.ini: [mail function] SMTP= localhost ;for win32 only sendmail_from = [EMAIL PROTECTED];for win32 only ;sendmail_path = Enter the name of your SMTP server on the first line, instead of localhost. If you use mindspring, for