<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: ASP CDO Email &#8211; Fixing the authentication error</title>
	<atom:link href="http://blog.highspeedweb.net/2009/04/20/asp-cdo-email-fixing-the-authentication-error/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.highspeedweb.net/2009/04/20/asp-cdo-email-fixing-the-authentication-error/</link>
	<description>Where information gathers to be heard.</description>
	<lastBuildDate>Mon, 08 Mar 2010 22:20:01 -0500</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Jay Ward</title>
		<link>http://blog.highspeedweb.net/2009/04/20/asp-cdo-email-fixing-the-authentication-error/comment-page-1/#comment-9092</link>
		<dc:creator>Jay Ward</dc:creator>
		<pubDate>Tue, 02 Mar 2010 14:58:53 +0000</pubDate>
		<guid isPermaLink="false">http://blog.highspeedweb.net/?p=335#comment-9092</guid>
		<description>Yeah, this problem was annoying to many of our customers too, until they asked and received that answer as well. I am very glad to be able to help!</description>
		<content:encoded><![CDATA[<p>Yeah, this problem was annoying to many of our customers too, until they asked and received that answer as well. I am very glad to be able to help!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Srinivas Gudimella</title>
		<link>http://blog.highspeedweb.net/2009/04/20/asp-cdo-email-fixing-the-authentication-error/comment-page-1/#comment-8933</link>
		<dc:creator>Srinivas Gudimella</dc:creator>
		<pubDate>Fri, 19 Feb 2010 21:19:41 +0000</pubDate>
		<guid isPermaLink="false">http://blog.highspeedweb.net/?p=335#comment-8933</guid>
		<description>You are my God man... I was struggling with CDO for the past 3 days not understanding the importance of Authentication....and searching the web for a solution like a mad dog....no body was able to fix my problem....and you did it with your simple article...hats off to you....I am really thankful to you...</description>
		<content:encoded><![CDATA[<p>You are my God man&#8230; I was struggling with CDO for the past 3 days not understanding the importance of Authentication&#8230;.and searching the web for a solution like a mad dog&#8230;.no body was able to fix my problem&#8230;.and you did it with your simple article&#8230;hats off to you&#8230;.I am really thankful to you&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jay Ward</title>
		<link>http://blog.highspeedweb.net/2009/04/20/asp-cdo-email-fixing-the-authentication-error/comment-page-1/#comment-5850</link>
		<dc:creator>Jay Ward</dc:creator>
		<pubDate>Fri, 25 Sep 2009 13:34:11 +0000</pubDate>
		<guid isPermaLink="false">http://blog.highspeedweb.net/?p=335#comment-5850</guid>
		<description>Good catch, Artur! My bad... I will fix those mistakes.</description>
		<content:encoded><![CDATA[<p>Good catch, Artur! My bad&#8230; I will fix those mistakes.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Artur</title>
		<link>http://blog.highspeedweb.net/2009/04/20/asp-cdo-email-fixing-the-authentication-error/comment-page-1/#comment-5792</link>
		<dc:creator>Artur</dc:creator>
		<pubDate>Tue, 22 Sep 2009 10:56:29 +0000</pubDate>
		<guid isPermaLink="false">http://blog.highspeedweb.net/?p=335#comment-5792</guid>
		<description>Yes, it really works but:
1 line: &quot;Set msgTest = Server.CreateObject(&quot;CDO.Message&quot;)&quot; should be Set msgTest = CreateObject(&quot;CDO.Message&quot;)

and other line: &quot;objMessage.Configuration.Fields.Item(&quot;http://schemas.microsoft.com/cdo/configuration/sendpassword&quot;) = &quot;yourpassword&quot; shoul be 
msgTest.Configuration.Fields.Item(&quot;http://schemas.microsoft.com/cdo/configuration/sendpassword&quot;) = &quot;yourpassword&quot;</description>
		<content:encoded><![CDATA[<p>Yes, it really works but:<br />
1 line: &#8220;Set msgTest = Server.CreateObject(&#8221;CDO.Message&#8221;)&#8221; should be Set msgTest = CreateObject(&#8221;CDO.Message&#8221;)</p>
<p>and other line: &#8220;objMessage.Configuration.Fields.Item(&#8221;http://schemas.microsoft.com/cdo/configuration/sendpassword&#8221;) = &#8220;yourpassword&#8221; shoul be<br />
msgTest.Configuration.Fields.Item(&#8221;http://schemas.microsoft.com/cdo/configuration/sendpassword&#8221;) = &#8220;yourpassword&#8221;</p>
]]></content:encoded>
	</item>
</channel>
</rss>
