<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>cogitsolution &#187; web development &#8211; ASP</title>
	<atom:link href="http://www.cogitsolutions.com/blog/category/web-development-asp/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.cogitsolutions.com/blog</link>
	<description>Customized, Optimized, Generalized Solutions</description>
	<lastBuildDate>Thu, 17 Jun 2010 09:58:52 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Error &#8216;8004020e&#8217;  and Error &#8216;80040211&#8242; in the ASP Development</title>
		<link>http://www.cogitsolutions.com/blog/2009/10/error-8004020e-and-error-80040211-in-the-asp-development/</link>
		<comments>http://www.cogitsolutions.com/blog/2009/10/error-8004020e-and-error-80040211-in-the-asp-development/#comments</comments>
		<pubDate>Fri, 02 Oct 2009 12:59:24 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[web development - ASP]]></category>

		<guid isPermaLink="false">http://www.cogitsolutions.com/blog/2009/10/error-8004020e-and-error-80040211-in-the-asp-development/</guid>
		<description><![CDATA[Error &#8216;8004020e&#8217;  and Error &#8216;80040211&#8242; in the ASP Development
Error &#8216;80040211&#8242;
set up send url and smtp url
Error &#8216;8004020e&#8217;
from email id should be properly formatted and some times must be from same domain
sendUrl=&#8221;http://schemas.microsoft.com/cdo/configuration/sendusing&#8221;
smtpUrl=&#8221;http://schemas.microsoft.com/cdo/configuration/smtpserver&#8221;
&#8216; Set the mail server configuration
Set objConfig=CreateObject(&#8220;CDO.Configuration&#8221;)
objConfig.Fields.Item(sendUrl)=2&#8242;cdoSendUsingPort
objConfig.Fields.Item(smtpUrl)=&#8221;relay-hosting.secureserver.net&#8221;
objConfig.Fields.Item (&#8220;http://schemas.microsoft.com/cdo/configurationsmtpserverport&#8221;) =25
objConfig.Fields.Item (&#8220;http://schemas.microsoft.com/cdo/configurationtpauthenticate&#8221;) =1
&#8216;objConfig.Fields.Item (&#8220;http://schemas.microsoft.com/cdo/configuration/sendusing&#8221;) =1
&#8216;objConfig.Fields.Item (&#8220;http://schemas.microsoft.com/cdoconfiguration/smtpserver&#8221;) =&#8221;relay-hosting.secureserver.net&#8221;
objConfig.Fields.Update
&#8216; Create and send the mail
Set objMail=CreateObject(&#8220;CDO.Message&#8221;)
&#8221; Use the config [...]]]></description>
			<content:encoded><![CDATA[<p>Error &#8216;8004020e&#8217;  and Error &#8216;80040211&#8242; in the ASP Development</p>
<p>Error &#8216;80040211&#8242;<br />
set up send url and smtp url</p>
<p>Error &#8216;8004020e&#8217;<br />
from email id should be properly formatted and some times must be from same domain</p>
<p>sendUrl=&#8221;http://schemas.microsoft.com/cdo/configuration/sendusing&#8221;<br />
smtpUrl=&#8221;http://schemas.microsoft.com/cdo/configuration/smtpserver&#8221;</p>
<p>&#8216; Set the mail server configuration<br />
Set objConfig=CreateObject(&#8220;CDO.Configuration&#8221;)<br />
objConfig.Fields.Item(sendUrl)=2&#8242;cdoSendUsingPort<br />
objConfig.Fields.Item(smtpUrl)=&#8221;relay-hosting.secureserver.net&#8221;<br />
objConfig.Fields.Item (&#8220;http://schemas.microsoft.com/cdo/configurationsmtpserverport&#8221;) =25<br />
objConfig.Fields.Item (&#8220;http://schemas.microsoft.com/cdo/configurationtpauthenticate&#8221;) =1<br />
&#8216;objConfig.Fields.Item (&#8220;http://schemas.microsoft.com/cdo/configuration/sendusing&#8221;) =1<br />
&#8216;objConfig.Fields.Item (&#8220;http://schemas.microsoft.com/cdoconfiguration/smtpserver&#8221;) =&#8221;relay-hosting.secureserver.net&#8221;<br />
objConfig.Fields.Update</p>
<p>&#8216; Create and send the mail<br />
Set objMail=CreateObject(&#8220;CDO.Message&#8221;)<br />
&#8221; Use the config object created above<br />
Set objMail.Configuration=objConfig<br />
objMail.From= &#8220;CEPHAS WebSite <admin@yourdomain.com>&#8221;<br />
objMail.To= &#8220;xxx@domain.com&#8221;<br />
objMail.Subject=&#8221;Customer Connection Survey Form from Website&#8221;<br />
objMail.TextBody= MsgBody &#8216;&#8221;body&#8221;<br />
objMail.Send</p>
]]></content:encoded>
			<wfw:commentRss>http://www.cogitsolutions.com/blog/2009/10/error-8004020e-and-error-80040211-in-the-asp-development/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
