<?xml version="1.0" encoding="utf-8" ?>
<?xml-stylesheet type="text/xsl" href="RSS_xslt_style.asp" version="1.0" ?>
<rss version="2.0" xmlns:WebWizForums="https://syndication.webwiz.net/rss_namespace/">
 <channel>
  <title>Web Wiz Support and Community Forums : CDO Error - Help Please</title>
  <link>https://forums.webwiz.net/</link>
  <description><![CDATA[This is an XML content feed of; Web Wiz Support and Community Forums : Web Wiz Forums : CDO Error - Help Please]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Mon, 13 Apr 2026 21:54:54 +0000</pubDate>
  <lastBuildDate>Sat, 03 Sep 2005 10:56:13 +0000</lastBuildDate>
  <docs>http://blogs.law.harvard.edu/tech/rss</docs>
  <generator>Web Wiz Forums 12.08</generator>
  <ttl>360</ttl>
  <WebWizForums:feedURL>https://forums.webwiz.net/RSS_post_feed.asp?TID=16325</WebWizForums:feedURL>
  <image>
   <title><![CDATA[Web Wiz Support and Community Forums]]></title>
   <url>https://forums.webwiz.net/forum_images/web_wiz_forums.png</url>
   <link>https://forums.webwiz.net/</link>
  </image>
  <item>
   <title><![CDATA[CDO Error - Help Please : Details are at http://www.aspe...]]></title>
   <link>https://forums.webwiz.net/cdo-error-help-please_topic16325_post89858.html#89858</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forums.webwiz.net/member_profile.asp?PF=9949">dpyers</a><br /><strong>Subject:</strong> 16325<br /><strong>Posted:</strong> 03&nbsp;September&nbsp;2005 at 10:56am<br /><br />Details are at <a href="http://www.aspemail.com/manual_05.html" target="_blank">http://www.aspemail.com/manual_05.html</a><br><br>But basically, for AspEmail you have to add <br>.Username = "xxxx"<br>.Password = "yyyy"<br><br>Usename may be formatted differently depending upon how the mail serveris set up usually it's "me@example.com" but it might be just "me"<br><br>]]>
   </description>
   <pubDate>Sat, 03 Sep 2005 10:56:13 +0000</pubDate>
   <guid isPermaLink="true">https://forums.webwiz.net/cdo-error-help-please_topic16325_post89858.html#89858</guid>
  </item> 
  <item>
   <title><![CDATA[CDO Error - Help Please :   dpyers wrote:that shouldn&amp;#039;t...]]></title>
   <link>https://forums.webwiz.net/cdo-error-help-please_topic16325_post89827.html#89827</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forums.webwiz.net/member_profile.asp?PF=16985">wolfman</a><br /><strong>Subject:</strong> 16325<br /><strong>Posted:</strong> 02&nbsp;September&nbsp;2005 at 11:58am<br /><br /><table width="99%"><tr><td class="BBquote"><img src="forum_images/quote_box.png" title="Originally posted by dpyers" alt="Originally posted by dpyers" style="vertical-align: text-bottom;" /> <strong>dpyers wrote:</strong><br /><br />that shouldn't matter, I use both unix and localhost windows smtp servers, you just need to properly set up the mail server in the admin section and change the send_mail.asp to include any authentication (user.password) that may be required by the remote server.</td></tr></table> <DIV>&nbsp;</DIV><DIV><SPAN =bold>dpyers - I too have the same issue and my SMTP server does require authentication.&nbsp; I am trying to use ASPEmail... Can you please tell me what code I need to place into the functions_send_mail.asp please?&nbsp; I currently have this code pasted.</SPAN></DIV><DIV><SPAN =bold></SPAN>&nbsp;</DIV><DIV><SPAN =bold>'AspEmail component<BR>&nbsp;&nbsp;Case "AspEmail"</SPAN></DIV><DIV><SPAN =bold>&nbsp;&nbsp;&nbsp;'Create the e-mail server object<BR>&nbsp;&nbsp;&nbsp;Set objAspEmail = Server.CreateObject("Persits.MailSender")</SPAN></DIV><DIV><SPAN =bold>&nbsp;&nbsp;&nbsp;With objAspEmail<BR>&nbsp;&nbsp;&nbsp;&nbsp;'Out going SMTP mail server address<BR>&nbsp;&nbsp;&nbsp;&nbsp;.Host = strOutgoingMailServer</SPAN></DIV><DIV><SPAN =bold>&nbsp;&nbsp;&nbsp;&nbsp;'Who the e-mail is from<BR>&nbsp;&nbsp;&nbsp;&nbsp;.From = strFromEmailAddress<BR>&nbsp;&nbsp;&nbsp;&nbsp;.FromName = strFromEmailName</SPAN></DIV><DIV><SPAN =bold>&nbsp;&nbsp;&nbsp;&nbsp;'Who the e-mail is sent to<BR>&nbsp;&nbsp;&nbsp;&nbsp;.AddAddress strRecipientEmailAddress</SPAN></DIV><DIV><SPAN =bold>&nbsp;&nbsp;&nbsp;&nbsp;'The subject of the e-mail<BR>&nbsp;&nbsp;&nbsp;&nbsp;.Subject = strSubject</SPAN></DIV><DIV><SPAN =bold>&nbsp;&nbsp;&nbsp;&nbsp;'Set the e-mail body format (BodyHTML=HTML Body=Text)<BR>&nbsp;&nbsp;&nbsp;&nbsp;If blnHTML = True Then<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;.IsHTML = True<BR>&nbsp;&nbsp;&nbsp;&nbsp;End If</SPAN></DIV><DIV><SPAN =bold>&nbsp;&nbsp;&nbsp;&nbsp;'The main body of the e-mail<BR>&nbsp;&nbsp;&nbsp;&nbsp;.Body = strEmailBodyMessage &amp; strEmailBodyAppendMessage</SPAN></DIV><DIV><SPAN =bold>&nbsp;&nbsp;&nbsp;&nbsp;'Send the e-mail<BR>&nbsp;&nbsp;&nbsp;&nbsp;If NOT strOutgoingMailServer = "" Then .Send<BR>&nbsp;&nbsp;&nbsp;End With</SPAN></DIV><DIV><SPAN =bold>&nbsp;&nbsp;&nbsp;'Close the server mail object<BR>&nbsp;&nbsp;&nbsp;Set objAspEmail = Nothing</SPAN></DIV><DIV><SPAN =bold></SPAN>&nbsp;</DIV><DIV><SPAN =bold></SPAN>&nbsp;</DIV><DIV><SPAN =bold>Thanks - WOLF</SPAN></DIV><DIV><SPAN =bold></SPAN>&nbsp;</DIV>]]>
   </description>
   <pubDate>Fri, 02 Sep 2005 11:58:00 +0000</pubDate>
   <guid isPermaLink="true">https://forums.webwiz.net/cdo-error-help-please_topic16325_post89827.html#89827</guid>
  </item> 
  <item>
   <title><![CDATA[CDO Error - Help Please : that shouldn&amp;#039;t matter, I...]]></title>
   <link>https://forums.webwiz.net/cdo-error-help-please_topic16325_post89606.html#89606</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forums.webwiz.net/member_profile.asp?PF=9949">dpyers</a><br /><strong>Subject:</strong> 16325<br /><strong>Posted:</strong> 29&nbsp;August&nbsp;2005 at 7:26am<br /><br />that shouldn't matter, I use both unix and localhost windows smtpservers, you just need to properly set up the mail server in the adminsection and change the send_mail.asp to include any authentication(user.password) that may be required by the remote server.]]>
   </description>
   <pubDate>Mon, 29 Aug 2005 07:26:23 +0000</pubDate>
   <guid isPermaLink="true">https://forums.webwiz.net/cdo-error-help-please_topic16325_post89606.html#89606</guid>
  </item> 
  <item>
   <title><![CDATA[CDO Error - Help Please : Problem is that my webhost&amp;#039;s...]]></title>
   <link>https://forums.webwiz.net/cdo-error-help-please_topic16325_post89598.html#89598</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forums.webwiz.net/member_profile.asp?PF=21518">nemesis</a><br /><strong>Subject:</strong> 16325<br /><strong>Posted:</strong> 29&nbsp;August&nbsp;2005 at 3:49am<br /><br />Problem is that my webhost's mail server was a unix server and the webserver is win2003server. So we working on him to install smtp server for his win2003 server.<DIV>&nbsp;</DIV><DIV>Will keep u updated on how we solved the challenge.</DIV><DIV>&nbsp;</DIV><DIV><IMG height=17 alt=T&#111;ngue src="http://forums.webwiz.net/smileys/smiley17.gif" width=17 align=absMiddle border="0"></DIV><DIV>&nbsp;</DIV>]]>
   </description>
   <pubDate>Mon, 29 Aug 2005 03:49:09 +0000</pubDate>
   <guid isPermaLink="true">https://forums.webwiz.net/cdo-error-help-please_topic16325_post89598.html#89598</guid>
  </item> 
  <item>
   <title><![CDATA[CDO Error - Help Please : Does your mail server require...]]></title>
   <link>https://forums.webwiz.net/cdo-error-help-please_topic16325_post89395.html#89395</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forums.webwiz.net/member_profile.asp?PF=9949">dpyers</a><br /><strong>Subject:</strong> 16325<br /><strong>Posted:</strong> 25&nbsp;August&nbsp;2005 at 9:21pm<br /><br />Does your mail server require authentication?]]>
   </description>
   <pubDate>Thu, 25 Aug 2005 21:21:49 +0000</pubDate>
   <guid isPermaLink="true">https://forums.webwiz.net/cdo-error-help-please_topic16325_post89395.html#89395</guid>
  </item> 
  <item>
   <title><![CDATA[CDO Error - Help Please : thanks for reply boRg  In adminn...]]></title>
   <link>https://forums.webwiz.net/cdo-error-help-please_topic16325_post89359.html#89359</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forums.webwiz.net/member_profile.asp?PF=21518">nemesis</a><br /><strong>Subject:</strong> 16325<br /><strong>Posted:</strong> 25&nbsp;August&nbsp;2005 at 1:35pm<br /><br />thanks for reply boRg<DIV>&nbsp;</DIV><DIV>In adminn area - under email configuration " cdosys chosen for mailcomponent "</DIV><DIV>&nbsp;</DIV><DIV>the host smtp is mail.cyberperk.co.za</DIV><DIV>&nbsp;</DIV><DIV>thing is - when I disconnect all mail functionality - all works great</DIV><DIV>&nbsp;</DIV><DIV>this then means that obviously there is some error with the webhost smtpserver - not sure what, since I am not familiar with win2003server</DIV><DIV>&nbsp;</DIV><DIV>my host is quite new to it since they upgraded it last week.</DIV><DIV>&nbsp;</DIV><DIV>Is there some settings on his server that he can set right?</DIV><DIV>please suggest some steps to take to correct this problem.</DIV><DIV>&nbsp;</DIV><DIV>thanks<IMG height=17 alt=C&#111;nfused src="http://forums.webwiz.net/smileys/smiley5.gif" width=17 align=absMiddle border="0"></DIV>]]>
   </description>
   <pubDate>Thu, 25 Aug 2005 13:35:03 +0000</pubDate>
   <guid isPermaLink="true">https://forums.webwiz.net/cdo-error-help-please_topic16325_post89359.html#89359</guid>
  </item> 
  <item>
   <title><![CDATA[CDO Error - Help Please :  This means that the email component...]]></title>
   <link>https://forums.webwiz.net/cdo-error-help-please_topic16325_post89349.html#89349</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forums.webwiz.net/member_profile.asp?PF=1">WebWiz-Bruce</a><br /><strong>Subject:</strong> 16325<br /><strong>Posted:</strong> 25&nbsp;August&nbsp;2005 at 10:53am<br /><br />This means that the email component can not connect to the SMTP server.<br><br>Check the settings for email in the admin section.<br><span style="font-size:10px"><br /><br />Edited by -boRg- - 25&nbsp;August&nbsp;2005 at 10:53am</span>]]>
   </description>
   <pubDate>Thu, 25 Aug 2005 10:53:10 +0000</pubDate>
   <guid isPermaLink="true">https://forums.webwiz.net/cdo-error-help-please_topic16325_post89349.html#89349</guid>
  </item> 
  <item>
   <title><![CDATA[CDO Error - Help Please :  CDO.Message.1 error &amp;#039;80040213&amp;#039;...]]></title>
   <link>https://forums.webwiz.net/cdo-error-help-please_topic16325_post89333.html#89333</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forums.webwiz.net/member_profile.asp?PF=21518">nemesis</a><br /><strong>Subject:</strong> 16325<br /><strong>Posted:</strong> 25&nbsp;August&nbsp;2005 at 7:54am<br /><br /><FONT face=Arial size=2><strong>&nbsp;</strong></FONT><P><strong>CDO.Message.1<FONT face="Times New Roman" size=3> </FONT><FONT face=Arial size=2>error '80040213'</FONT><FONT face="Times New Roman" size=3> </FONT></strong><P><FONT face=Arial size=2><strong>The transport failed to connect to the server.</strong></P><DIV></DIV><DIV>I get this error when i submit my registration. My web host is running wk3server.</DIV><DIV>&nbsp;</DIV><DIV>What does this error code mean and does anyone know the steps to take to fix the problem.</DIV><DIV>&nbsp;</DIV><DIV>Thanks<IMG height=17 alt=C&#111;nfused src="https://forums.webwiz.net/smileys/smiley5.gif" width=17 align=absMiddle border="0"></DIV><DIV>&nbsp;</DIV></FONT>]]>
   </description>
   <pubDate>Thu, 25 Aug 2005 07:54:14 +0000</pubDate>
   <guid isPermaLink="true">https://forums.webwiz.net/cdo-error-help-please_topic16325_post89333.html#89333</guid>
  </item> 
 </channel>
</rss>