Page 1 of 1

Mail Problem.......... :x

Posted: Tue Sep 21, 2004 12:25 am
by JadePhp
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

Posted: Tue Sep 21, 2004 4:00 am
by AGISB
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.

thanks for looking over ! any one else please!

Posted: Tue Sep 21, 2004 10:52 pm
by JadePhp
any sample code?

Posted: Wed Sep 22, 2004 12:08 am
by feyd
post your code.. maybe you have a bug in it.. or something.