[PHP-WIN] req: help with mail on IIS 6

2009-11-03 Thread noob
Hi All: Just joined the list. I'm having problems configuring mail in PHP. I have PHP 5.2.9 installed on server 2003 std with sp2 installed. The default SMTP service is running. I'm running Wordpress without any problems, except for configuring mail. My php.ini file looks like: [mail functio

Re: [PHP-WIN] req: help with mail on IIS 6

2009-11-03 Thread Richard Quadling
2009/11/3 dot net noob : > On Tue, 03 Nov 2009 22:19:53 GMT Niel Archer wrote > >> > Hi All: Just joined the list. >> > >> > I'm having problems configuring mail in PHP. I have PHP 5.2.9 installed on >> > server 2003 std with sp2 installed. The default SMTP service is running. >> > I'm running Wor

Re: [PHP-WIN] req: help with mail on IIS 6

2009-11-03 Thread Niel Archer
Hi if you just want to have mail working, and are not insistent upon using mail(), I would suggest looking at the PEAR::Mail package. It is worth the effort. -- Niel Archer -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-WIN] req: help with mail on IIS 6

2009-11-03 Thread Niel Archer
> On Tue, 03 Nov 2009 22:19:53 GMT Niel Archer wrote > > > > Hi All: Just joined the list. > > > > > > I'm having problems configuring mail in PHP. I have PHP 5.2.9 installed on > > > server 2003 std with sp2 installed. The default SMTP service is running. > > > I'm running Wordpress without any

Re: [PHP-WIN] req: help with mail on IIS 6

2009-11-03 Thread Niel Archer
> Hi All: Just joined the list. > > I'm having problems configuring mail in PHP. I have PHP 5.2.9 installed on > server 2003 std with sp2 installed. The default SMTP service is running. > I'm running Wordpress without any problems, except for configuring mail. > > My php.ini file looks like: >

Re: [PHP-WIN] req: help with mail on IIS 6

2009-11-03 Thread Jan Svoboda
Hi, Have you tried smtp = 127.0.0.1 in php.ini ? I looks like PHP can't even connect to the smtp service. Jan Svoboda Odesláno z iPhone 4.11.2009 v 0:53, Richard Quadling : 2009/11/3 dot net noob : On Tue, 03 Nov 2009 22:19:53 GMT Niel Archer wrote Hi All: Just joined the list. I

Re: [PHP-WIN] req: help with mail on IIS 6

2009-11-03 Thread Niel Archer
> On Tue, 03 Nov 2009 22:19:53 GMT Niel Archer wrote > > > > Hi All: Just joined the list. > > > > > > I'm having problems configuring mail in PHP. I have PHP 5.2.9 installed on > > > server 2003 std with sp2 installed. The default SMTP service is running. > > > I'm running Wordpress without any

Re: [PHP-WIN] req: help with mail on IIS 6

2009-11-03 Thread dot net noob
On Tue, 03 Nov 2009 22:19:53 GMT Niel Archer wrote > > Hi All: Just joined the list. > > > > I'm having problems configuring mail in PHP. I have PHP 5.2.9 installed on > > server 2003 std with sp2 installed. The default SMTP service is running. > > I'm running Wordpress without any problems, exce