RE: [PHP-WIN] SMTP & PHP & Windows 2k/XP

2004-04-07 Thread Svensson, B.A.T. (HKG)
On Wed, 2004-04-07 at 17:51, jon roig wrote: > What happens when you try to telnet from the webserver to the smtp > server port 25? > > Can you successfully send an email by hand? Of course, I done that a million times. Try this (from memory): telnet some.mailhost.com 25 HELO host.domain MAIL

Re: [PHP-WIN] SMTP & PHP & Windows 2k/XP

2004-04-07 Thread Gabe
Turns out I got a little ahead of myself in posting this message. I wasn't done configuring the SMTP server. Sorry, but thanks for replying! Gabe "Jon Roig" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > What happens when you try to telnet from the webserver to the smtp > server

RE: [PHP-WIN] SMTP & PHP & Windows 2k/XP

2004-04-07 Thread jon roig
What happens when you try to telnet from the webserver to the smtp server port 25? Can you successfully send an email by hand? -- jon -Original Message- From: Gabe [mailto:[EMAIL PROTECTED] Sent: Wednesday, April 07, 2004 7:42 AM To: [EMAIL PROTECTED] Subject: [PHP-WIN] SMTP & P