PDA

View Full Version : E-mail in Queue Folder, not sending. IIS 5.0


Morgoth
09-17-2002, 08:54 PM
I am using IIS 5.0 with Service pack 3.

I use a normal sending script for my e-mail, and it says it get sent, or atleast, I get no errors. (I am using CDONTS)

Now, I have not recived the e-mail that I wish to send, and all it does it stick the *.eml file in my Queue folder, and it never gets sent out through my SMTP. I have tried to send to other e-mail accounts, and it just sits in the queue folder.

WTF is going on?


Set mailObj = CreateObject("CDONTS.NewMail")
With mailObj
.BodyFormat = 1 ' 1=Text, 0=HTML
.MailFormat = 1 ' 1=Text, 0=MIME
.Importance = 1 ' 0=Low, 1=Normal, 2=High
.To = "arobson@cogeco.ca"
.Cc = ""
.Bcc = ""
.Subject = "SUBJECT"
.Body = "TEXT1"
.Send
End With

Set mailObj = Nothing


Some one help me. Give me a solution, give me a link, give me something, ANYTHING!!! PLEASE!

Morgoth
09-18-2002, 01:29 PM
Ok, well, it did send the mail, but just now. It took too long for the mail to be sent, and I have no idea why.
But that was just to MY e-mail address at my host. I also tried another host, and it is still waiting in the queue, and there is a message beside it that says:

This is an automatically generated Delivery Status Notification.

THIS IS A WARNING MESSAGE ONLY.

YOU DO NOT NEED TO RESEND YOUR MESSAGE.

Delivery to the following recipients has been delayed.


So I am going to see if it sends, it should, but I hate the time distance that I have to wait.
I don't want to wait to send an e-mail!!

This is really bugging me. Anyone know why It's messed up like this?

something fishy
02-08-2007, 04:54 PM
I have the same problem! Did u ever find out what the problem was??

Morgoth
02-08-2007, 06:37 PM
I have not worked on this in a long time. As you can see the message was posted in 2002.
If you have any error messages I suggest giving google a quick look up.
Microsoft's website might have some IIS/SMTP manuals you can read.

Sorry I can't be of any help. :o