Advertisement

02.19.2007 at 05:01PM PST, ID: 22399936
[x]
Attachment Details
[x]
The Solution Rating System

With so many solutions, how can you tell which solutions are most likely to help you and which ones are not? To provide you with a tool to use, we rate our solutions based on various elements that most accurately determine if a solution is a quality solution. To explain what factors affect the solution rating, here are the elements we take into consideration when formulating our solution rating.

  • The Grade of the Solution
  • The Zone Rank of the Expert Providing the Solution
  • The Number of Author and Expert Comments
  • The Number of Experts Contributing
  • The Feedback of the Community

Your Input Matters
Because of the way the system is set up, the most important variable in this equation is you. As a member of Experts Exchange, you are able to cast your vote on the quality of the solutions in regard to how complete, accurate, helpful and easy to understand each solution is. When you provide your feedback, each rating is adjusted accordingly. So, if you see a solution that has a poor rating that you think is a good solution, let us know by rating it. As you do, the rating will be adjusted and will become more accurate for other members of our site.

If you have any suggestions that you would like to make for our rating system, please ask a question in the Suggestions Zone of Community Support.

Thank you!

6.2

CDOSYS error '80004020f'

Asked by billium99 in Active Server Pages (ASP), Microsoft IIS Web Server, Windows 2003 Server

Tags: , , ,

Hi - I am getting a cdosys error '80004020f' with an ASP form I'm using. This is a form that worked perfectly on 1and1 shared server to send "Thanks for submitting!" emails to the submittor. We moved to 1and1 dedicated server package, but are still trying to use our existing email addresses and 1and1's SMTP server to handle our mail. This is an option according to their literature.

Since we are not using SMTP on our new server, when CDOSYS tries to hit SMTP, as long as I'm pointing to some other live server, I'm good to go, aren't I?

So old, shared server had this everythingever domain, and could send emails from an ASP page as expected - moved site to new dedicated server, but still using 1and1 to host our hardware, and now email doesn't work and the error '80004020f'  results.

Here is the relevant code (I think) - I'm trying to send a message from 1 address @everythingever to another because other posters here mentioned that this worked, in those cases - only it failed when outside the domain. I've confirmed that mine fails regardless:

WA_MailObject = WAUE_Definition("smtp.1and1.com","25","","everyone@everythingever.com","correctpwd");

  if (RecipientEmail)     {
    WA_MailObject = WAUE_AddRecipient(WA_MailObject,RecipientEmail);
  }
  else      {
    //To Entries
    WA_MailObject = WAUE_AddRecipient(WA_MailObject,"bill@everythingever.com");
    MailTo = gAddRecipient;
  }

What am I doing wrong? This may be more of a server confuratiuon question than an ASP question.

Thanks

BillStart Free Trial
 
 
[+][-]02.19.2007 at 07:40PM PST, ID: 18568180

View this solution now by starting your 30-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: Active Server Pages (ASP), Microsoft IIS Web Server, Windows 2003 Server
Tags: 80004020f, error, 1and1, cdosys
Sign Up Now!
Solution Provided By: Labsy
Participating Experts: 2
Solution Grade: C
 
 
[+][-]02.22.2007 at 06:27PM PST, ID: 18593332

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 30-day free trial to view this Author Comment or ask the Experts your question.

 
[+][-]03.15.2007 at 02:38PM PDT, ID: 18730758

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

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

 
[+][-]03.18.2007 at 12:08PM PDT, ID: 18744260

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 30-day free trial to view this Author Comment or ask the Experts your question.

 
[+][-]03.19.2007 at 07:24AM PDT, ID: 18748226

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

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

 
[+][-]03.19.2007 at 11:23AM PDT, ID: 18750367

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 30-day free trial to view this Author Comment or ask the Experts your question.

 
 
Loading Advertisement...
20081112-EE-VQP-44