Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

running php on unix machine but want to use windows mail server

Status
Not open for further replies.

dessie1981

Programmer
May 9, 2006
116
GB
Hi Everyone,

I am running PHP Version 5.1.2 on a unix machine, i do not want to use sendmail on this machine, i would like to use our exchange server,
Can anyone tell me how this can be achieved, i.e. what do i have to change in my php.ini file.

Regards
Des
 
dont use the mail() command. instead use the phpmailer class and point it at your win server
 
Ok ill give that a go,

Thanks for the refreshing idea, was heading down the wrong road on that one, ill let you know how i get on.

Regards
Dessie
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top