<?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 : CDOSYS Problem</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 : CDOSYS Problem]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Thu, 09 Apr 2026 08:28:18 +0000</pubDate>
  <lastBuildDate>Tue, 19 Oct 2004 14:15:55 +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=12194</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[CDOSYS Problem : I was also having horrendous trouble...]]></title>
   <link>https://forums.webwiz.net/cdosys-problem_topic12194_post67846.html#67846</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forums.webwiz.net/member_profile.asp?PF=17956">Lael</a><br /><strong>Subject:</strong> 12194<br /><strong>Posted:</strong> 19&nbsp;October&nbsp;2004 at 2:15pm<br /><br /><P>I was also having horrendous trouble trying to get CDOSYS to work... using Brinkster Professional&nbsp;for&nbsp;a webserver <IMG src="https://forums.webwiz.net/smileys/smiley5.gif" border="0"></P><P>I ended up switching to JMAIL and it worked fine.</P><P><hr /></P><P dir=ltr style="MARGIN-RIGHT: 0px" align=right><FONT face="Arial, Helvetica, sans-serif" color=#990000 size=5><strong><EM>Lael </EM></strong></FONT></P>]]>
   </description>
   <pubDate>Tue, 19 Oct 2004 14:15:55 +0000</pubDate>
   <guid isPermaLink="true">https://forums.webwiz.net/cdosys-problem_topic12194_post67846.html#67846</guid>
  </item> 
  <item>
   <title><![CDATA[CDOSYS Problem : check out the last two posts in...]]></title>
   <link>https://forums.webwiz.net/cdosys-problem_topic12194_post67691.html#67691</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forums.webwiz.net/member_profile.asp?PF=10272">ctscott</a><br /><strong>Subject:</strong> 12194<br /><strong>Posted:</strong> 17&nbsp;October&nbsp;2004 at 10:11am<br /><br /><P>check out the last two posts in this thread.&nbsp; they may solve your problem</P><P><A href="http://forums.webwiz.net/forum_posts.asp?TID=11388&amp;KW=ctscott" target="_blank"> http://forums.webwiz.net/forum_posts.asp?TID=11 388&amp;KW=ctscott</A></P>]]>
   </description>
   <pubDate>Sun, 17 Oct 2004 10:11:17 +0000</pubDate>
   <guid isPermaLink="true">https://forums.webwiz.net/cdosys-problem_topic12194_post67691.html#67691</guid>
  </item> 
  <item>
   <title><![CDATA[CDOSYS Problem : Try to comment the following lines...]]></title>
   <link>https://forums.webwiz.net/cdosys-problem_topic12194_post67610.html#67610</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forums.webwiz.net/member_profile.asp?PF=11550">theSCIENTIST</a><br /><strong>Subject:</strong> 12194<br /><strong>Posted:</strong> 16&nbsp;October&nbsp;2004 at 5:38am<br /><br />Try to comment the following lines in functions_send_mail.asp under (MS CDOSYS mail component):<br /><br /><table width="99%"><tr><td><pre class="BBcode">&nbsp;&nbsp;&nbsp;&nbsp;'Set and update fields properties<br />'&nbsp;&nbsp;&nbsp;&nbsp;With objCDOSYSCon<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 'Out going SMTP server<br />'&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;  .Fields("http://schemas.microsoft.com/cdo/configuration/smtp server") = strOutgoingMailServer<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 'SMTP port<br />'&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;  .Fields("http://schemas.microsoft.com/cdo/configuration/smtp serverport")  = 25<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 'CDO Port<br />'&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;  .Fields("http://schemas.microsoft.com/cdo/configuration/send using") = 2<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 'Timeout<br />'&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;  .Fields("http://schemas.microsoft.com/cdo/configuration/smtp connectiontimeout") = 60<br />'&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; .Fields.Update<br />'&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;End With<br /><br />  'Update the CDOSYS Configuration<br />'  Set objCDOSYSMail.Configuration = objCDOSYSCon</pre></td></tr></table><br />I'm almost certain it will work after that.]]>
   </description>
   <pubDate>Sat, 16 Oct 2004 05:38:50 +0000</pubDate>
   <guid isPermaLink="true">https://forums.webwiz.net/cdosys-problem_topic12194_post67610.html#67610</guid>
  </item> 
  <item>
   <title><![CDATA[CDOSYS Problem : This is a problem witrh your email...]]></title>
   <link>https://forums.webwiz.net/cdosys-problem_topic12194_post67605.html#67605</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forums.webwiz.net/member_profile.asp?PF=1">WebWiz-Bruce</a><br /><strong>Subject:</strong> 12194<br /><strong>Posted:</strong> 16&nbsp;October&nbsp;2004 at 5:31am<br /><br />This is a problem witrh your email settings.<br><br>Currently web wiz forums does not support SMTP server authentication or the use of a localhost SMTP server when using CDOSYS.<br>]]>
   </description>
   <pubDate>Sat, 16 Oct 2004 05:31:52 +0000</pubDate>
   <guid isPermaLink="true">https://forums.webwiz.net/cdosys-problem_topic12194_post67605.html#67605</guid>
  </item> 
  <item>
   <title><![CDATA[CDOSYS Problem : I get this error when the board...]]></title>
   <link>https://forums.webwiz.net/cdosys-problem_topic12194_post67594.html#67594</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forums.webwiz.net/member_profile.asp?PF=17919">cwkummer</a><br /><strong>Subject:</strong> 12194<br /><strong>Posted:</strong> 15&nbsp;October&nbsp;2004 at 6:13pm<br /><br /><font face="Arial" size="2">I get this error when the board tries to send an email:<br><br></font><div style="margin-left: 40px;"><font face="Arial" size="2">error '8004020e'</font></div><p style="margin-left: 40px;"><font face="Arial" size="2">/functions/functions_send_mail.asp</font><font face="Arial" size="2">, line 136<br></font></p>I am using CDOSYS on Windows 2003 Server.&nbsp; I am running aSMTP/POP3 server on the same box as IIS 6.&nbsp; The SMTP/POP3 serverruns fine under other email applications, so I can eliminate it as aproblem.<br><br>Any idea how I can fix this?<br>]]>
   </description>
   <pubDate>Fri, 15 Oct 2004 18:13:13 +0000</pubDate>
   <guid isPermaLink="true">https://forums.webwiz.net/cdosys-problem_topic12194_post67594.html#67594</guid>
  </item> 
 </channel>
</rss>