RE: [PHP-WIN] sending mail with mail(), Post Cast Server

2002-03-01 Thread Matt Hillebrand
nal Message- From: DL Neil [mailto:[EMAIL PROTECTED]] Sent: Friday, March 01, 2002 5:16 AM To: Matt Hillebrand; [EMAIL PROTECTED]; Aris Basic Subject: Re: [PHP-WIN] sending mail with mail(), Post Cast Server Matt, > Everyone with mail() problems should consider www.postcastserver.com. It's

Re: [PHP-WIN] sending mail with mail(), Post Cast Server

2002-03-01 Thread DL Neil
Matt, > Everyone with mail() problems should consider www.postcastserver.com. It's > free SMTP server software that works quite well. Just don't forget to > disable IIS' smtp server. Have made a note of the product for future reference. Thanks. >From another current conversation on PHP-email:

RE: [PHP-WIN] sending mail with mail(), Post Cast Server

2002-03-01 Thread Matt Hillebrand
ge- From: DL Neil [mailto:[EMAIL PROTECTED]] Sent: Friday, March 01, 2002 3:56 AM To: [EMAIL PROTECTED]; Aris Basic Subject: Re: [PHP-WIN] sending mail with mail() Hi Aris, Still have questions, but at least you have a solution! > Ok last thing i disocverd about this problem was > that I was

Re: [PHP-WIN] sending mail with mail()

2002-03-01 Thread DL Neil
Hi Aris, Still have questions, but at least you have a solution! > Ok last thing i disocverd about this problem was > that I was not only unable to do mail() from PHP but any other socket > connection was not succesiful. It worked fine when i start php.exe in > shell (command line) but the same

Re: [PHP-WIN] sending mail with mail()

2002-02-28 Thread Aris Basic
Ok last thing i disocverd about this problem was that I was not only unable to do mail() from PHP but any other socket connection was not succesiful. It worked fine when i start php.exe in shell (command line) but the same script would not connect to anything (even localhost) if run by IIS4. i try

Re: [PHP-WIN] sending mail with mail()

2002-02-27 Thread DL Neil
Aris, Thanks for such a complete run-down. My comments/further questions are interposed:- > SMTP = mail.server.com > sendmail_from = [EMAIL PROTECTED] > ;sendmail_path = I can't see the mail server from 'outside', but the settings look right - when you can, let's look at the 'real deal' though!

Re: [PHP-WIN] sending mail with mail()

2002-02-27 Thread DL Neil
Hi Aris, > Im trying to use mail() function with PHP 4.02 under WIndows NT Server > and IIS > and I allways get Failed to connect > even though the SMPT server in php.ini is setup correctly > and i cna acces that server from webserver > > doing the same thing on WIndows NT Workstation and apache

[PHP-WIN] sending mail with mail()

2002-02-27 Thread Aris Basic
Hi Im trying to use mail() function with PHP 4.02 under WIndows NT Server and IIS and I allways get Failed to connect even though the SMPT server in php.ini is setup correctly and i cna acces that server from webserver doing the same thing on WIndows NT Workstation and apache (same version of PHP