Eiolon Posted August 2, 2006 Share Posted August 2, 2006 Hello,I am working on an intranet project (helpdesk) using PHP/MySQL. The problem I have is the mail server is on a completely different server in the network. It is a Microsoft Exchange server and we are using IIS6 for our web server. Does anyone have instructions on how to configure PHP to work with a mail server that is not on the same box?Thanks! Link to comment https://forums.phpfreaks.com/topic/16332-mail-servers/ Share on other sites More sharing options...
tvdhoff Posted August 2, 2006 Share Posted August 2, 2006 You can define in your php.ini file what mailserver to use. On windows it allows you to set an smtp server in the mail function. You can just specify the hostname or ip address of that other server. Should work.. Link to comment https://forums.phpfreaks.com/topic/16332-mail-servers/#findComment-67865 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.