Use of CDONTS NewMail Object
Web Development
1
Posts
1
Posters
0
Views
1
Watching
-
Hello, I have been trying with no success to use this NewMail object on the CDONTS library. It is very simple to script this, but I get a VBScript Runtime error as follows: '800a0046' Permission Denied This occurs in my ASP page. The script looks like: dim oMail set oMail = Server.CreateObject("CDONTS.NewMail") oMail.Send "NoReply@www.abc.com", "abc@xyz.net" Does anybody have any idea why I would get this runtime error when I execute the Send method? Best Regards,