Advertisement

05.03.2008 at 02:26PM PDT, ID: 23374277
[x]
Attachment Details

How to solve error 80070003 (CDONTS, ASP, IIS 7.0)?

Asked by VenezuelanGirl in Microsoft IIS Web Server, Active Server Pages (ASP), Simple Mail Transfer Protocol (SMTP)

Tags: Windows Vista Home Premium, IIS, 7.0, CDONTS, ASP, VBScript, error 80070003, CDONTS, Send Email

System Info:
- Windows Vista Home Premium
- IIS 7.0 (running on local machine for testing purposes)
- Language: ASP (VBScript)
 
Goal:
- Send emails locally with my computer using CDONTS (already accomplished this before on my old Win XP Pro computer)

Steps already taken:
- Saved CDONTS DLLs in C:\bin
- Registered CDONTS DLLs with regsvr32 succesfully
- Added C:\bin in the PATH (through My Computer -> Properties -> Advanced -> Environment Variables)
- Checked that SMTP icon appears when selectin my Default Web Site on IIS
- Checked that SMTP, port 25 is not blocked by Firewall

Code:  (works perfectly on other systems)
  Set Mymail = CreateObject("CDONTS.NewMail")
  Mymail .From = "blah@blah.com"
  Mymail .To = "blah@blah.com"
  Mymail .Subject = "blah"
  Mymail .Body = "blah"
  Mymail .Send                 <---- line where error occurs
  Set Mymail  = Nothing

Problem:
- Every time I try to send email I get this error: "error '80070003' "

How do I solve this? Any help is greatly appreciated :-)Start Free Trial
 
Keywords: How to solve error 80070003 (…
 
Loading Advertisement...
 
[+][-]05.03.2008 at 04:00PM PDT, ID: 21493955

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 7-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]05.03.2008 at 07:09PM PDT, ID: 21494374

Often, when Experts are collaborating with members who have asked questions, they will request additional information about the problem. Askers respond with an author comment like this one.

Start your 7-day free trial to view this Author Comment or ask the Experts your question.

 
[+][-]05.03.2008 at 07:27PM PDT, ID: 21494418

View this solution now by starting your 7-day free trial. Setting up your free trial is quick, easy, and secure. We will return you to this solution, unlocked, when you're done.

 

About this solution

Zones: Microsoft IIS Web Server, Active Server Pages (ASP), Simple Mail Transfer Protocol (SMTP)
Tags: Windows Vista Home Premium, IIS, 7.0, CDONTS, ASP, VBScript, error 80070003, CDONTS, Send Email
Sign Up Now!
Solution Provided By: spoxox
Participating Experts: 2
Solution Grade: A
 
 
[+][-]05.03.2008 at 07:45PM PDT, ID: 21494452

Often, when Experts are collaborating with members who have asked questions, they will request additional information about the problem. Askers respond with an author comment like this one.

Start your 7-day free trial to view this Author Comment or ask the Experts your question.

 
[+][-]05.03.2008 at 07:51PM PDT, ID: 21494461

Assisted solutions are selected by the member who asked the question as a comment that contributed to their question's solution.

Start your 7-day free trial to view this Assisted Solution or ask the Experts your question.

 
[+][-]05.03.2008 at 07:55PM PDT, ID: 21494466

Often, when Experts are collaborating with members who have asked questions, they will request additional information about the problem. Askers respond with an author comment like this one.

Start your 7-day free trial to view this Author Comment or ask the Experts your question.

 
[+][-]05.03.2008 at 08:10PM PDT, ID: 21494483

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 7-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]05.03.2008 at 08:29PM PDT, ID: 21494506

Often, when Experts are collaborating with members who have asked questions, they will request additional information about the problem. Askers respond with an author comment like this one.

Start your 7-day free trial to view this Author Comment or ask the Experts your question.

 
 
Loading Advertisement...
20080716-EE-VQP-32 / EE_QW_2_20070628