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!
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!