hi there,
I have troubles using CDONTS.newmail in combination with IIS5, on a win2k
server.
No mail is generated using this script;
<%
Set mailer = CreateObject("CDONTS.NewMail")
mailer.From = "info@d..."
mailer.To = "info@d..."
mailer.Importance = 2
mailer.Mailformat = CdoMailFormatMime
mailer.Subject = "testing...."
mailer.Body = "inhoud van het testbericht"
mailer.Send
Set mailer = Nothing
mailResults = result
%>
I got this errormessage:
error '80090020'
An internal error occurred.
/mail.asp, line 15
What seems to be wrong?
Martijn Vervoordeldonk