I have the following sample code to send email from a form via CDONTS.
I got error '8007045a' when executing the ASP page. Please help.
THanks.

Set objEmail = Server.CreateObject("CDONTS.NewMail")
With objEmail
objEmail.From ="this@jquad.com"
objEmail.To ="tsec@jquad.com"


*** Sent via Developersdex [url]http://www.developersdex.com[/url] ***
Don't just participate in USENET...get rewarded for it!