Ask a Question related to ASP Components, Design and Development.
-
eddie wang #1
RE: error '8007045a' when executing CDONTS
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!
eddie wang Guest
-
CDONTS error - too much data?
I have been using the CDONTS component on Windows 2000 to send emails for a long time now (code below). However, over time, the report that I am... -
Error executing child request for error.aspx
We are getting errror when load control is added(ascx) as "Error executing child request for error.aspx" it thows an error after calling the... -
ASP CDONTS error
Hi, I have been building a shopping cart & the final page will email the order to an address given however I get the following error message using... -
CDONTS Problem - no error msg
I verified that CDONTS and SMTP are supported by the server. I do not receive an error message when I open the following ASP page nor do I receive... -
error '8007045a' when executing CDONTS
How can I get text description of the error? This is ASP application, not .NET application. Thanks. *** Sent via Developersdex...



Reply With Quote

