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

Need help installing PHP, configuring a script, or configuring a server? Then come on in and post your questions! We'll try to help the best we can!

Moderator: General Moderators

Post Reply
User avatar
JadePhp
Forum Newbie
Posts: 5
Joined: Tue Sep 14, 2004 12:35 am
Location: Pakistan
Contact:

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

Post 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
AGISB
Forum Contributor
Posts: 422
Joined: Fri Jul 09, 2004 1:23 am

Post 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.
User avatar
JadePhp
Forum Newbie
Posts: 5
Joined: Tue Sep 14, 2004 12:35 am
Location: Pakistan
Contact:

thanks for looking over ! any one else please!

Post by JadePhp »

any sample code?
User avatar
feyd
Neighborhood Spidermoddy
Posts: 31559
Joined: Mon Mar 29, 2004 3:24 pm
Location: Bothell, Washington, USA

Post by feyd »

post your code.. maybe you have a bug in it.. or something.
Post Reply