Wrox Home  
Search P2P Archive for: Go

  Return to Index  

asp_components thread: CDONTS.Newmail + IIS5


Message #1 by "Martijn Vervoordeldonk" <info@d...> on Thu, 17 Oct 2002 16:01:23
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

  Return to Index