<?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: Using CDOSYS to Send Email with GoDaddy</title>
	<atom:link href="http://aspstarterkit.com/index.php/getting-started/using-cdosys-to-send-email-with-godaddy/feed/" rel="self" type="application/rss+xml" />
	<link>http://aspstarterkit.com/index.php/getting-started/using-cdosys-to-send-email-with-godaddy/</link>
	<description>Helping get your ASP Starter Kit online</description>
	<lastBuildDate>Thu, 06 Oct 2011 18:18:52 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
	<item>
		<title>By: Matt</title>
		<link>http://aspstarterkit.com/index.php/getting-started/using-cdosys-to-send-email-with-godaddy/comment-page-1/#comment-5785</link>
		<dc:creator>Matt</dc:creator>
		<pubDate>Sat, 30 Oct 2010 22:38:52 +0000</pubDate>
		<guid isPermaLink="false">http://aspstarterkit.com/?p=25#comment-5785</guid>
		<description>I figured out how to get my php mail() to send to gmail accounts through GoDaddy. I removed the -f parameter I was using to receive bounced emails. Apparently, for gmail it forces it to bounce.

I&#039;ll probably add an if() statement to my parameters to identify gmail recipients and include this parameter for non-gmail recipients.</description>
		<content:encoded><![CDATA[<p>I figured out how to get my php mail() to send to gmail accounts through GoDaddy. I removed the -f parameter I was using to receive bounced emails. Apparently, for gmail it forces it to bounce.</p>
<p>I&#8217;ll probably add an if() statement to my parameters to identify gmail recipients and include this parameter for non-gmail recipients.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ryan</title>
		<link>http://aspstarterkit.com/index.php/getting-started/using-cdosys-to-send-email-with-godaddy/comment-page-1/#comment-4439</link>
		<dc:creator>Ryan</dc:creator>
		<pubDate>Mon, 05 Apr 2010 21:45:55 +0000</pubDate>
		<guid isPermaLink="false">http://aspstarterkit.com/?p=25#comment-4439</guid>
		<description>&quot;Godaddy typically restricts the sender address to be the same domain as your hosting account.&quot;

Is there any way to get around this? I want users to be able to send emails via my web form with their email address to their friends. Based on this configuration if would have to come from my domain name email. What is the work around?</description>
		<content:encoded><![CDATA[<p>&#8220;Godaddy typically restricts the sender address to be the same domain as your hosting account.&#8221;</p>
<p>Is there any way to get around this? I want users to be able to send emails via my web form with their email address to their friends. Based on this configuration if would have to come from my domain name email. What is the work around?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ian Finlay</title>
		<link>http://aspstarterkit.com/index.php/getting-started/using-cdosys-to-send-email-with-godaddy/comment-page-1/#comment-4083</link>
		<dc:creator>Ian Finlay</dc:creator>
		<pubDate>Sun, 31 Jan 2010 00:11:35 +0000</pubDate>
		<guid isPermaLink="false">http://aspstarterkit.com/?p=25#comment-4083</guid>
		<description>Hi, [specific to GoDaddy Host users]

I am trying to create a web based enquiry aspx page so USERS can send me an email via a webform
as follows:

FROM.Text
SUBJECT.Text
BODY.Text
SEND.Button

(similar to..... http://www.4guysfromrolla.com/articles/072606-1.aspx )

For this to occur the FROM.email must be a non Godaddy address, and the TO.email is My Godaddy email address

I can get it to work if the FROM.email is a registered GoDaddy domain\email but that does not help implement this straight forward solution
I need.

How can I add this feature to my web site? (please refer to referenced URL)

[Seems every man and his dog has this feature except GoDaddy]

Have tried both:
relay-hosting.secureserver.net -&gt; ERROR 553 
smtpout.secureserver.net -&gt; timeout exception
Neither SMTP host works

-------------------------------------------------
Using Visual Web Developer Studio 2008 ASP.NET\VB
-------------------------------------------------</description>
		<content:encoded><![CDATA[<p>Hi, [specific to GoDaddy Host users]</p>
<p>I am trying to create a web based enquiry aspx page so USERS can send me an email via a webform<br />
as follows:</p>
<p>FROM.Text<br />
SUBJECT.Text<br />
BODY.Text<br />
SEND.Button</p>
<p>(similar to&#8230;.. <a href="http://www.4guysfromrolla.com/articles/072606-1.aspx" rel="nofollow">http://www.4guysfromrolla.com/articles/072606-1.aspx</a> )</p>
<p>For this to occur the FROM.email must be a non Godaddy address, and the TO.email is My Godaddy email address</p>
<p>I can get it to work if the FROM.email is a registered GoDaddy domain\email but that does not help implement this straight forward solution<br />
I need.</p>
<p>How can I add this feature to my web site? (please refer to referenced URL)</p>
<p>[Seems every man and his dog has this feature except GoDaddy]</p>
<p>Have tried both:<br />
relay-hosting.secureserver.net -&gt; ERROR 553<br />
smtpout.secureserver.net -&gt; timeout exception<br />
Neither SMTP host works</p>
<p>&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-<br />
Using Visual Web Developer Studio 2008 ASP.NET\VB<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Badree Prasad Tiwari</title>
		<link>http://aspstarterkit.com/index.php/getting-started/using-cdosys-to-send-email-with-godaddy/comment-page-1/#comment-3588</link>
		<dc:creator>Badree Prasad Tiwari</dc:creator>
		<pubDate>Fri, 23 Oct 2009 10:04:17 +0000</pubDate>
		<guid isPermaLink="false">http://aspstarterkit.com/?p=25#comment-3588</guid>
		<description>very much thanks to all of you for helping me to send mail. i am doing the testing using my emails but when client try it gives error. but this article help me to resolve the things and now i have done with all of my work.</description>
		<content:encoded><![CDATA[<p>very much thanks to all of you for helping me to send mail. i am doing the testing using my emails but when client try it gives error. but this article help me to resolve the things and now i have done with all of my work.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: milind</title>
		<link>http://aspstarterkit.com/index.php/getting-started/using-cdosys-to-send-email-with-godaddy/comment-page-1/#comment-3523</link>
		<dc:creator>milind</dc:creator>
		<pubDate>Tue, 13 Oct 2009 10:35:57 +0000</pubDate>
		<guid isPermaLink="false">http://aspstarterkit.com/?p=25#comment-3523</guid>
		<description>every one is puting problems no one has solved this essue</description>
		<content:encoded><![CDATA[<p>every one is puting problems no one has solved this essue</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Joe</title>
		<link>http://aspstarterkit.com/index.php/getting-started/using-cdosys-to-send-email-with-godaddy/comment-page-1/#comment-3450</link>
		<dc:creator>Joe</dc:creator>
		<pubDate>Mon, 28 Sep 2009 19:53:44 +0000</pubDate>
		<guid isPermaLink="false">http://aspstarterkit.com/?p=25#comment-3450</guid>
		<description>Hi, as far as i know, there is a different smtp server from godaddy that is relay-hosting.secureserver.net that is required to send messages using website. If you use any othersmtp server then it will be bounced by the godaddy server. Also, daily limit to this smtp is 1000 perday. If you have any other query then let me know.</description>
		<content:encoded><![CDATA[<p>Hi, as far as i know, there is a different smtp server from godaddy that is relay-hosting.secureserver.net that is required to send messages using website. If you use any othersmtp server then it will be bounced by the godaddy server. Also, daily limit to this smtp is 1000 perday. If you have any other query then let me know.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dani</title>
		<link>http://aspstarterkit.com/index.php/getting-started/using-cdosys-to-send-email-with-godaddy/comment-page-1/#comment-3146</link>
		<dc:creator>Dani</dc:creator>
		<pubDate>Thu, 06 Aug 2009 18:06:52 +0000</pubDate>
		<guid isPermaLink="false">http://aspstarterkit.com/?p=25#comment-3146</guid>
		<description>Thanks Jason - 
I was getting the same error but using another piece of code and mine is in VB - 
but having the from email address same as the domain solved the issue for me...

Dani</description>
		<content:encoded><![CDATA[<p>Thanks Jason &#8211;<br />
I was getting the same error but using another piece of code and mine is in VB &#8211;<br />
but having the from email address same as the domain solved the issue for me&#8230;</p>
<p>Dani</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sahayaraj</title>
		<link>http://aspstarterkit.com/index.php/getting-started/using-cdosys-to-send-email-with-godaddy/comment-page-1/#comment-3123</link>
		<dc:creator>Sahayaraj</dc:creator>
		<pubDate>Sat, 01 Aug 2009 15:32:55 +0000</pubDate>
		<guid isPermaLink="false">http://aspstarterkit.com/?p=25#comment-3123</guid>
		<description>Thankyou very much!</description>
		<content:encoded><![CDATA[<p>Thankyou very much!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jason</title>
		<link>http://aspstarterkit.com/index.php/getting-started/using-cdosys-to-send-email-with-godaddy/comment-page-1/#comment-2289</link>
		<dc:creator>jason</dc:creator>
		<pubDate>Thu, 28 May 2009 14:36:44 +0000</pubDate>
		<guid isPermaLink="false">http://aspstarterkit.com/?p=25#comment-2289</guid>
		<description>Godaddy typically restricts the sender address to be the same domain as your hosting account. Since you are using a gmail account as the sending address you are getting the 553 error. Try using the domain you have hosted at Godaddy as the sender email and it should work.</description>
		<content:encoded><![CDATA[<p>Godaddy typically restricts the sender address to be the same domain as your hosting account. Since you are using a gmail account as the sending address you are getting the 553 error. Try using the domain you have hosted at Godaddy as the sender email and it should work.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sri</title>
		<link>http://aspstarterkit.com/index.php/getting-started/using-cdosys-to-send-email-with-godaddy/comment-page-1/#comment-2287</link>
		<dc:creator>sri</dc:creator>
		<pubDate>Thu, 28 May 2009 13:04:10 +0000</pubDate>
		<guid isPermaLink="false">http://aspstarterkit.com/?p=25#comment-2287</guid>
		<description>hi

i had taken domain from godaddy. while i am sending the mail i am getting following error



]Server Error in &#039;/&#039; Application.
--------------------------------------------------------------------------------

The server rejected the sender address. The server response was: 553 sorry, your mail was administratively denied. (#5.7.1)

Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code. 

Exception Details: System.Runtime.InteropServices.COMException: The server rejected the sender address. The server response was: 553 sorry, your mail was administratively denied. (#5.7.1)


Source Error: 


Line 147:                msg.Priority = MailPriority.High;
Line 148:                msg.BodyFormat = MailFormat.Html;
Line 149:                System.Web.Mail.SmtpMail.Send(msg);
Line 150:
Line 151:                //globalFunctions.sendMail(txtemail.Text, &quot;ifthakharuddin@yahoo.com&quot;, &quot;Mail from &quot; + txtContactperson.Text, body, txtCname.Text, &quot;celltoyzworld@gmail.com&quot;);
 

Source File: d:\hosting\celltoyzworld\register.aspx.cs    Line: 149 

Stack Trace: 


[COMException (0x8004020e): The server rejected the sender address. The server response was: 553 sorry, your mail was administratively denied. (#5.7.1)
]

[TargetInvocationException: Exception has been thrown by the target of an invocation.]
   System.RuntimeType.InvokeDispMethod(String name, BindingFlags invokeAttr, Object target, Object[] args, Boolean[] byrefModifiers, Int32 culture, String[] namedParameters) +0
   System.RuntimeType.InvokeMember(String name, BindingFlags bindingFlags, Binder binder, Object target, Object[] providedArgs, ParameterModifier[] modifiers, CultureInfo culture, String[] namedParams) +337
   System.Type.InvokeMember(String name, BindingFlags invokeAttr, Binder binder, Object target, Object[] args, CultureInfo culture) +36
   System.Web.Mail.LateBoundAccessHelper.CallMethod(Type type, Object obj, String methodName, Object[] args) +66
   System.Web.Mail.LateBoundAccessHelper.CallMethod(Object obj, String methodName, Object[] args) +49

[HttpException (0x80004005): The server rejected the sender address. The server response was: 553 sorry, your mail was administratively denied. (#5.7.1)
]
   System.Web.Mail.LateBoundAccessHelper.CallMethod(Object obj, String methodName, Object[] args) +99
   System.Web.Mail.CdoSysHelper.Send(MailMessage message) +1738
   System.Web.Mail.SmtpMail.Send(MailMessage message) +351
   register.btnlogin1_Click(Object sender, EventArgs e) in d:\hosting\celltoyzworld\register.aspx.cs:149
   System.Web.UI.WebControls.Button.OnClick(EventArgs e) +111
   System.Web.UI.WebControls.Button.RaisePostBackEvent(String eventArgument) +110
   System.Web.UI.WebControls.Button.System.Web.UI.IPostBackEventHandler.RaisePostBackEvent(String eventArgument) +10
   System.Web.UI.Page.RaisePostBackEvent(IPostBackEventHandler sourceControl, String eventArgument) +13
   System.Web.UI.Page.RaisePostBackEvent(NameValueCollection postData) +36
   System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +1565</description>
		<content:encoded><![CDATA[<p>hi</p>
<p>i had taken domain from godaddy. while i am sending the mail i am getting following error</p>
<p>]Server Error in &#8216;/&#8217; Application.<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;</p>
<p>The server rejected the sender address. The server response was: 553 sorry, your mail was administratively denied. (#5.7.1)</p>
<p>Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code. </p>
<p>Exception Details: System.Runtime.InteropServices.COMException: The server rejected the sender address. The server response was: 553 sorry, your mail was administratively denied. (#5.7.1)</p>
<p>Source Error: </p>
<p>Line 147:                msg.Priority = MailPriority.High;<br />
Line 148:                msg.BodyFormat = MailFormat.Html;<br />
Line 149:                System.Web.Mail.SmtpMail.Send(msg);<br />
Line 150:<br />
Line 151:                //globalFunctions.sendMail(txtemail.Text, &#8220;ifthakharuddin@yahoo.com&#8221;, &#8220;Mail from &#8221; + txtContactperson.Text, body, txtCname.Text, &#8220;celltoyzworld@gmail.com&#8221;);</p>
<p>Source File: d:\hosting\celltoyzworld\register.aspx.cs    Line: 149 </p>
<p>Stack Trace: </p>
<p>[COMException (0x8004020e): The server rejected the sender address. The server response was: 553 sorry, your mail was administratively denied. (#5.7.1)<br />
]</p>
<p>[TargetInvocationException: Exception has been thrown by the target of an invocation.]<br />
   System.RuntimeType.InvokeDispMethod(String name, BindingFlags invokeAttr, Object target, Object[] args, Boolean[] byrefModifiers, Int32 culture, String[] namedParameters) +0<br />
   System.RuntimeType.InvokeMember(String name, BindingFlags bindingFlags, Binder binder, Object target, Object[] providedArgs, ParameterModifier[] modifiers, CultureInfo culture, String[] namedParams) +337<br />
   System.Type.InvokeMember(String name, BindingFlags invokeAttr, Binder binder, Object target, Object[] args, CultureInfo culture) +36<br />
   System.Web.Mail.LateBoundAccessHelper.CallMethod(Type type, Object obj, String methodName, Object[] args) +66<br />
   System.Web.Mail.LateBoundAccessHelper.CallMethod(Object obj, String methodName, Object[] args) +49</p>
<p>[HttpException (0x80004005): The server rejected the sender address. The server response was: 553 sorry, your mail was administratively denied. (#5.7.1)<br />
]<br />
   System.Web.Mail.LateBoundAccessHelper.CallMethod(Object obj, String methodName, Object[] args) +99<br />
   System.Web.Mail.CdoSysHelper.Send(MailMessage message) +1738<br />
   System.Web.Mail.SmtpMail.Send(MailMessage message) +351<br />
   register.btnlogin1_Click(Object sender, EventArgs e) in d:\hosting\celltoyzworld\register.aspx.cs:149<br />
   System.Web.UI.WebControls.Button.OnClick(EventArgs e) +111<br />
   System.Web.UI.WebControls.Button.RaisePostBackEvent(String eventArgument) +110<br />
   System.Web.UI.WebControls.Button.System.Web.UI.IPostBackEventHandler.RaisePostBackEvent(String eventArgument) +10<br />
   System.Web.UI.Page.RaisePostBackEvent(IPostBackEventHandler sourceControl, String eventArgument) +13<br />
   System.Web.UI.Page.RaisePostBackEvent(NameValueCollection postData) +36<br />
   System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +1565</p>
]]></content:encoded>
	</item>
</channel>
</rss>

