Page 1 of 1

PHP Mail IIS

Posted: Sat Sep 09, 2006 10:53 am
by jammyjames
Hi I have just managed to get PHP and MySQL running on an IIS web server.

I use some mail scripts but these don't work.

I don't have a mail server on this machine but I was wondering if I could change the php.ini from localhost to my mail server on my network?

My Web server's ip address is 10.10.1.3 and the Mail Server's is 10.10.1.5.

Under localhost should I put 10.10.1.5?

How can I find out which port this uses?

Any help would be appreciated.

Regards,

James

Posted: Sat Sep 09, 2006 10:58 am
by feyd
Mail and PHP don't mix for a lot of people too well, so we generally recommend using a library such as Swift or phpMailer.