bkiatenxi Posted May 24, 2007 Share Posted May 24, 2007 Hi All, I'm new in php running under IIS, I just want to know if i need to setup or configure something in the IIS server for me to use the simple mail() function of php. Apparently, this code seems not to be working: mail($email, $subject, $message); Its working fine under Apache, i dont know whats wrong with it under IIS. Any type of response would be very much appreciated. Thanks in advance. Quote Link to comment https://forums.phpfreaks.com/topic/52843-help-mail-function-in-iis/ Share on other sites More sharing options...
gp177 Posted June 13, 2007 Share Posted June 13, 2007 Did you set the mail properties in php.ini? Another thing to check is your virus scanning software. I know McAfee blocks the mail port by default and I would not be suprised to find out most others do now as well. Quote Link to comment https://forums.phpfreaks.com/topic/52843-help-mail-function-in-iis/#findComment-273869 Share on other sites More sharing options...
aftab_jii Posted June 15, 2007 Share Posted June 15, 2007 can anyone help me with this... i have set up mail($email, $subject, $message) on a windows 2000 server but i dont get any mail at all.. what sort of properties should i change in php.ini file? we are using LotusNotes and it has a serveraddress that looks like: abcserver/abc/com Quote Link to comment https://forums.phpfreaks.com/topic/52843-help-mail-function-in-iis/#findComment-275543 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.