PHP Mail IIS

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
jammyjames
Forum Newbie
Posts: 12
Joined: Fri Jun 30, 2006 8:45 am

PHP Mail IIS

Post 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
User avatar
feyd
Neighborhood Spidermoddy
Posts: 31559
Joined: Mon Mar 29, 2004 3:24 pm
Location: Bothell, Washington, USA

Post 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.
Post Reply