i am using IIs 6.0 with php 5 i am sending mail using sendmail function
to addresses fox@localhost.com , me@localhost .com
the settings are
SMTP PORT=25
Mail Virtual Server name=Fox
The problem is all mails are going to Queue Folder Located in C:\inetpub\mailroot\
why they are not going to mailbox folder
How can i read them ..............on my webpage
any sample code
I am not sure about how this works in the Windows world but normally if you send mail it goes to queue to be send. It seems your messages simply don't get delivered and that indicates a sendmail/server configuration problem.
So you might look at those settings first before you try to fix it in php.