<?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: How to create a contact form on a GoDaddy hosting account</title>
	<atom:link href="http://picobits.com/2007/12/how-to-create-a-contact-form-on-a-godaddy-hosting-account/feed/" rel="self" type="application/rss+xml" />
	<link>http://picobits.com/2007/12/how-to-create-a-contact-form-on-a-godaddy-hosting-account/</link>
	<description>the power of small</description>
	<lastBuildDate>Fri, 02 Jul 2010 11:03:32 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: latortuga</title>
		<link>http://picobits.com/2007/12/how-to-create-a-contact-form-on-a-godaddy-hosting-account/comment-page-1/#comment-4</link>
		<dc:creator>latortuga</dc:creator>
		<pubDate>Thu, 23 Apr 2009 04:45:42 +0000</pubDate>
		<guid isPermaLink="false">http://picobits.com/tips/2007/12/20/how-to-create-a-contact-form-on-a-godaddy-hosting-account/#comment-4</guid>
		<description>Hi there, does this still work for you on godaddy? I&#039;ve tried this and keep getting an error that sendusing was incorrect. Fiddled with it with no luck then rewrote it as shown below that I found on godaddy&#039;s site. But now I get this error &quot;error &#039;80040211&#039;&quot; at the objMail.Send line.


&lt;% If Request.ServerVariables(&quot;REQUEST_METHOD&quot;) = &quot;POST&quot; Then
sendUrl=&quot;http://schemas.microsoft.com/cdo/configuration/sendusing&quot;
smtpUrl=&quot;http://schemas.microsoft.com/cdo/configuration/smtpserver&quot;

&#039; Set the mail server configuration
Set objConfig=Server.CreateObject(&quot;CDO.Configuration&quot;)
objConfig.Fields.Item(sendUrl)=2 &#039; cdoSendUsingPort
objConfig.Fields.Item(smtpUrl)=&quot;relay-hosting.secureserver.net&quot;
objConfig.Fields.Update


&#039; Create and send the mail
Set objMail=CreateObject(&quot;CDO.Message&quot;)
&#039; Use the config object created above
Set objMail.Configuration=objConfig
objMail.From=&quot;name&quot;
objMail.To=&quot;myemail@gmail.com&quot;
objMail.Subject=&quot;Contact Form&quot;
objMail.TextBody=&quot;comments&quot;
objMail.Send</description>
		<content:encoded><![CDATA[<p>Hi there, does this still work for you on godaddy? I&#8217;ve tried this and keep getting an error that sendusing was incorrect. Fiddled with it with no luck then rewrote it as shown below that I found on godaddy&#8217;s site. But now I get this error &#8220;error &#8216;80040211&#8242;&#8221; at the objMail.Send line.</p>
<p>&lt;% If Request.ServerVariables(&#8220;REQUEST_METHOD&#8221;) = &#8220;POST&#8221; Then<br />
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=Server.CreateObject(&#8220;CDO.Configuration&#8221;)<br />
objConfig.Fields.Item(sendUrl)=2 &#8216; cdoSendUsingPort<br />
objConfig.Fields.Item(smtpUrl)=&#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 />
&#8216; Use the config object created above<br />
Set objMail.Configuration=objConfig<br />
objMail.From=&#8221;name&#8221;<br />
objMail.To=&#8221;myemail@gmail.com&#8221;<br />
objMail.Subject=&#8221;Contact Form&#8221;<br />
objMail.TextBody=&#8221;comments&#8221;<br />
objMail.Send</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: brianzajac</title>
		<link>http://picobits.com/2007/12/how-to-create-a-contact-form-on-a-godaddy-hosting-account/comment-page-1/#comment-2</link>
		<dc:creator>brianzajac</dc:creator>
		<pubDate>Wed, 11 Jun 2008 20:05:43 +0000</pubDate>
		<guid isPermaLink="false">http://picobits.com/tips/2007/12/20/how-to-create-a-contact-form-on-a-godaddy-hosting-account/#comment-2</guid>
		<description>Thanks for the contact form SMTP info.  It saved me a lot of time dealing with the guys over at GoDaddy.  BTW, I can still use CDONTS.  I use &quot;JustHumans.com&quot; CAPTCHA-type system.  Great system...you should check it out.</description>
		<content:encoded><![CDATA[<p>Thanks for the contact form SMTP info.  It saved me a lot of time dealing with the guys over at GoDaddy.  BTW, I can still use CDONTS.  I use &#8220;JustHumans.com&#8221; CAPTCHA-type system.  Great system&#8230;you should check it out.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
