manichean Posted July 19, 2006 Share Posted July 19, 2006 Hello,I would like my default virtual SMTP server to send email using php, when I use the Mail() function in php I get no errors and the NTFS_12868f1001c6ab2700000004.EML(just an example as this changes) file is created and placed into the Queue folder inside my c:\inetpub\mailroot\Queue. It never sends from this folder the email just stays there.At first I thought it was a php.ini file problem but my settings are 100% correct(as I understand it) let me give you some specs. Currently I think its a relay problem but im just not getting this right :-\[b]PHP.INI[/b]SMTP = localhostsmtp_port = 25sendmail_from = mhodge_txs@yahoo.com[b]PC SETUP[/b]PHP Version 5.1.3IIS 5.1Windows XP SP 2[b]Default Websites[/b]Right click propertiesServer Extensions tab -> Specifiy how mail should be sent -> Settings buttonWeb servers mail address : @localhostContact Address : @localhostSMTP mail server: localhost[b]Default SMTP virtual server settings[/b]Right click propertiesIP Addresses: All AssignedAccess Tab -> Connection : All except list belowAccess Tab -> Relay : All except list below[b]telnet localhost 25[/b]220 manimobile Microsoft ESMTP MAIL Service, Version: 6.0.2600.2180 ready at Wed, 19 Jul 2006 13:48:47 +0200Please help this is most frustratingThanks Quote Link to comment https://forums.phpfreaks.com/topic/15029-iis-smtp-setting-php-mail-not-leaving-queue-folder/ Share on other sites More sharing options...
manichean Posted July 20, 2006 Author Share Posted July 20, 2006 Anyone else having similat problems ? Quote Link to comment https://forums.phpfreaks.com/topic/15029-iis-smtp-setting-php-mail-not-leaving-queue-folder/#findComment-60847 Share on other sites More sharing options...
redarrow Posted July 20, 2006 Share Posted July 20, 2006 Turn your firewall off. Quote Link to comment https://forums.phpfreaks.com/topic/15029-iis-smtp-setting-php-mail-not-leaving-queue-folder/#findComment-60878 Share on other sites More sharing options...
manichean Posted July 20, 2006 Author Share Posted July 20, 2006 Thanks for the suggestion but still no luck, turning off the firewall did not help, I already had the port (25) open.This is making me frustrated..... >:(Anyone got any other ideas Quote Link to comment https://forums.phpfreaks.com/topic/15029-iis-smtp-setting-php-mail-not-leaving-queue-folder/#findComment-60939 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.