Getting SMTP to Work with GoDaddyhttp://forums.asp.net/t/973363.aspx/1?Getting+SMTP+to+Work+with+GoDaddyFri, 21 Aug 2009 08:12:17 -04009733631230393http://forums.asp.net/p/973363/1230393.aspx/1?Getting+SMTP+to+Work+with+GoDaddyGetting SMTP to Work with GoDaddy My host is GoDaddy and I have the entire PWS Kit working except for the email.&nbsp; I have put all of the appropriate smtp settings in the web.config and I'm still having no luck.&nbsp; Any help would be greatly appreciated.<br> <br> &nbsp;&lt;system.net&gt;<br> &nbsp; &lt;mailSettings&gt;<br> &nbsp;&nbsp; &lt;smtp from=&quot;Admin@MyWebsite.com&quot;&gt;<br> &nbsp;&nbsp;&nbsp; &lt;network host=&quot;smtpout.secureserver.net&quot; password=&quot;MyPassword&quot;<br> &nbsp;&nbsp;&nbsp;&nbsp; port=&quot;3535&quot; userName=&quot;MyUserName&quot; /&gt;<br> &nbsp;&nbsp; &lt;/smtp&gt;<br> &nbsp; &lt;/mailSettings&gt;<br> &nbsp;&lt;/system.net&gt;<br> <br> Best Regards,<br> Chris<br> 2006-03-18T19:11:37-05:001230456http://forums.asp.net/p/973363/1230456.aspx/1?Re+Getting+SMTP+to+Work+with+GoDaddyRe: Getting SMTP to Work with GoDaddy <p><font face="Verdana" size="2">Is an exception being raised when it tries to send email? If so, post the exception.</font></p> <p><font face="Verdana" size="2">HTH,<br> Ryan</font></p> 2006-03-18T21:38:34-05:001230484http://forums.asp.net/p/973363/1230484.aspx/1?Re+Getting+SMTP+to+Work+with+GoDaddyRe: Getting SMTP to Work with GoDaddy No Exception is raised.... just no email ever gets to me.<br> <br> ~ Chris<br> 2006-03-18T23:07:26-05:001230495http://forums.asp.net/p/973363/1230495.aspx/1?Re+Getting+SMTP+to+Work+with+GoDaddyRe: Getting SMTP to Work with GoDaddy <p><font face="Verdana" size="2">Have you checked your spam folder or tried another email address?</font></p> <p><font face="Verdana" size="2">HTH,<br> Ryan</font></p> 2006-03-18T23:26:09-05:001230516http://forums.asp.net/p/973363/1230516.aspx/1?Re+Getting+SMTP+to+Work+with+GoDaddyRe: Getting SMTP to Work with GoDaddy Yes - to no avail.<br> <br> Thanks for tips!<br> <br> ~ Chris<br> 2006-03-19T01:53:08-05:001469422http://forums.asp.net/p/973363/1469422.aspx/1?Re+Getting+SMTP+to+Work+with+GoDaddyRe: Getting SMTP to Work with GoDaddy <p>Hey Chris</p> <p>&nbsp;</p> <p>I am trying to get my personal web page starter kit working with GoDaddy and I am having the dickins of a time to set up the the web.config page BOTH on server at godaddy and my development server. Would you take sometime to share what you did to get it to work, I am stuck in a ditch.</p> <p>&nbsp;</p> <p>Thanks for your help&nbsp;</p> 2006-11-17T21:50:26-05:001469813http://forums.asp.net/p/973363/1469813.aspx/1?Re+Getting+SMTP+to+Work+with+GoDaddyRe: Getting SMTP to Work with GoDaddy <p>I am on godaddy and this works for me.</p> <p>&nbsp;&lt;system.net&gt;<br> &nbsp;&nbsp;&nbsp; &lt;mailSettings&gt;<br> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;smtp from=&quot;<a href="mailto:noreply@noreply.net">noreply@noreply.net</a>&quot;&gt;<br> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;network host=&quot;smtpout.secureserver.net&quot; password=&quot;&lt;password&gt;&quot; port=&quot;25&quot; userName=&quot;<a href="mailto:noreply@domain.net&quot;/">noreply@domain.net&quot;/</a>&gt;<br> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;/smtp&gt;<br> &nbsp;&nbsp;&nbsp; &lt;/mailSettings&gt;<br> &nbsp; &lt;/system.net&gt;</p> <p>&nbsp;Remember you have to go into the control panel and create an email user or it will not work.</p> 2006-11-18T15:20:01-05:001585745http://forums.asp.net/p/973363/1585745.aspx/1?Re+Getting+SMTP+to+Work+with+GoDaddyRe: Getting SMTP to Work with GoDaddy <blockquote><span class="icon-blockquote"></span> <h4>epasalakis</h4> <p>I am on godaddy and this works for me.</p> <p>&nbsp;&lt;system.net&gt;<br> &nbsp;&nbsp;&nbsp; &lt;mailSettings&gt;<br> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;smtp from=&quot;<a href="mailto:noreply@noreply.net">noreply@noreply.net</a>&quot;&gt;<br> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;network host=&quot;smtpout.secureserver.net&quot; password=&quot;&lt;password&gt;&quot; port=&quot;25&quot; userName=&quot;<a href="mailto:noreply@domain.net%22/">noreply@domain.net&quot;/</a>&gt;<br> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;/smtp&gt;<br> &nbsp;&nbsp;&nbsp; &lt;/mailSettings&gt;<br> &nbsp; &lt;/system.net&gt;</p> <p>&nbsp;Remember you have to go into the control panel and create an email user or it will not work.</p> <p></p> </blockquote> <p></p> <p>I just wanted to let you guys know that this was a big help...I just moved my sites over to GoDaddy, and I've been struggling today trying to use network credentials, etc. with the SMTP client&nbsp;and kept getting the invalid domain msesage. So I came here and voila! Problem solved. You know, you tend to think you're the only one who's ever seen the problem, then a 2-minute search on a forum like this reveals that someone's already solved the issue months ago.</p> <p>THANKS!</p> 2007-02-19T22:46:12-05:001846712http://forums.asp.net/p/973363/1846712.aspx/1?Getting+SMTP+to+Work+with+GoDaddyGetting SMTP to Work with GoDaddy <p>You can find the solution for your problem at:</p> <a href="http://www.sitesbuilders.com/Articles/Godaddy-Smtp.aspx">http://www.sitesbuilders.com/Articles/Godaddy-Smtp.aspx</a> 2007-08-08T07:15:56-04:002191945http://forums.asp.net/p/973363/2191945.aspx/1?Re+Getting+SMTP+to+Work+with+GoDaddyRe: Getting SMTP to Work with GoDaddy <p>I just struggled through the various permutations found here and there for this to work on GoDaddy and <strong>found this to work</strong>:</p> <font color="#0000ff" size="3"><pre class="prettyprint">&lt;system.net&gt; &lt;mailSettings&gt; &lt;smtp from=&quot;xxxx@yyyy.org&quot;&gt; &lt;network host=&quot;relay-hosting.secureserver.net&quot;/&gt; &lt;/smtp&gt; &lt;/mailSettings&gt; &lt;/system.net&gt;</pre></font><font color="#0000ff" size="3"> <p><font color="#0000ff" size="3">(I have changed the email to protect the account, but it *IS* an established Forwarding email account on the hosting service, although I'm not sure that matters.)</font></p> <p><font color="#0000ff" size="3">:) KevInKauai</p> </font></font> 2008-02-23T22:17:27-05:002735894http://forums.asp.net/p/973363/2735894.aspx/1?Re+Getting+SMTP+to+Work+with+GoDaddyRe: Getting SMTP to Work with GoDaddy <p>I believe the difference between the above two posts is:</p> <p><strong>Settings When Hosted On GoDaddy</strong></p> <p>&lt;<span class="tag">system.net</span>&gt;<br> <b id="2">&nbsp;&nbsp;&nbsp;&nbsp;</b>&nbsp; &lt;<span class="tag">mailSettings</span>&gt;<br> <b id="3">&nbsp;&nbsp;&nbsp;&nbsp;</b>&nbsp;&nbsp; &lt;<span class="tag">smtp</span><span class="attr"> from=</span><span class="attrv">&quot;xxxx@yyyy.org&quot;</span>&gt;<br> <b id="4">&nbsp;&nbsp;&nbsp;&nbsp;</b>&nbsp;&nbsp;&nbsp; &lt;<span class="tag">network</span><span class="attr"> host=</span><span class="attrv">&quot;relay-hosting.secureserver.net&quot;</span>/&gt;<br> <b id="5">&nbsp;&nbsp;&nbsp;&nbsp;</b>&nbsp;&nbsp; &lt;/<span class="tag">smtp</span>&gt;<br> <b id="6">&nbsp;&nbsp;&nbsp;&nbsp;</b>&nbsp; &lt;/<span class="tag">mailSettings</span>&gt;<br> <b id="7">&nbsp;&nbsp;&nbsp;&nbsp;</b> &lt;/<span class="tag">system.net</span>&gt;<br> </p> <p><strong>Settings When Hosted Externally</strong></p> <p>&lt;system.net&gt;<br> &nbsp;&nbsp;&nbsp; &lt;mailSettings&gt;<br> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;smtp from=&quot;<a href="mailto:noreply@domain.net">noreply@domain.net</a>&quot;&gt;<br> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;network host=&quot;smtpout.secureserver.net&quot; password=&quot;&lt;password&gt;&quot; port=&quot;25&quot; userName=&quot;<a href="mailto:noreply@domain.net%22/">noreply@domain.net&quot;/</a>&gt;<br> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;/smtp&gt;<br> &nbsp;&nbsp;&nbsp; &lt;/mailSettings&gt;<br> &nbsp; &lt;/system.net&gt;</p> 2008-11-10T15:38:23-05:003099498http://forums.asp.net/p/973363/3099498.aspx/1?Re+Getting+SMTP+to+Work+with+GoDaddyRe: Getting SMTP to Work with GoDaddy <p>hi its nice to see this reply, but the problem with this relay server is,it will send only 250 emails per day,what should I do if I wantto send more than that,I thought to use gmail smtp server,and it was working very well on my pc but its not working on the godaddy server.Any help is appreciated a lot.</p> 2009-04-18T01:59:47-04:003099583http://forums.asp.net/p/973363/3099583.aspx/1?Re+Getting+SMTP+to+Work+with+GoDaddyRe: Getting SMTP to Work with GoDaddy <p>I believe there is a way around the 250 limitation. I recall seeing a Help file on GoDaddy that addressed that. If all else fails, call their Technical Support line (I use Skype since it's not a toll-free number). I've found them to be very helpful on practically everything.</p> <p>I hope this helps ... :)&nbsp; KevInKauai</p> 2009-04-18T03:12:20-04:003108454http://forums.asp.net/p/973363/3108454.aspx/1?Re+Getting+SMTP+to+Work+with+GoDaddyRe: Getting SMTP to Work with GoDaddy <p><font color="#034efa">Sure am glad I ran across this thread!&nbsp; Thanks KevInKauai - your relay-hosting.secureserver.net FINALLY solved my Godaddy form email issue!</font></p> 2009-04-21T19:11:40-04:003253883http://forums.asp.net/p/973363/3253883.aspx/1?Re+Getting+SMTP+to+Work+with+GoDaddyRe: Getting SMTP to Work with GoDaddy <p>I am having the same problem listed above. My web.config is set like the post above.&nbsp; The problem that I am having is that the smtp form speraticly works.&nbsp; It works for me all the time but i have client call me eveyday telling me that my form is not working.&nbsp; I have read over a hundred blogs trying to figure out why&nbsp;my&nbsp;form is not working.&nbsp; I am starting to think it has somthing to do with Godaddy but im not all that sure.&nbsp; Any Ideas?</p> <p>&nbsp;web.config</p> <font color="#0000ff" size="2"><font color="#0000ff" size="2"></font></font><font color="#0000ff" size="2"><font color="#0000ff" size="2"> <p>&lt;</font></font><font color="#a31515" size="2"><font color="#a31515" size="2">system.net</font></font><font color="#0000ff" size="2"><font color="#0000ff" size="2">&gt;</p> &lt;</font></font><font color="#a31515" size="2"><font color="#a31515" size="2">mailSettings</font></font><font color="#0000ff" size="2"><font color="#0000ff" size="2">&gt;</font></font><font color="#0000ff" size="2"><font color="#0000ff" size="2"> <p>&lt;</font></font><font color="#a31515" size="2"><font color="#a31515" size="2">smtp</font></font><font color="#0000ff" size="2"><font color="#0000ff" size="2"> </font></font><font color="#ff0000" size="2"><font color="#ff0000" size="2">from</font></font><font color="#0000ff" size="2"><font color="#0000ff" size="2">=</font></font><font size="2"></font><font color="#0000ff" size="2"><font color="#0000ff" size="2"><a href="mailto:from=name@domain.com">name@domain.com</a></font></font><font size="2"></font><font color="#0000ff" size="2"><font color="#0000ff" size="2">&gt;</p> &lt;</font></font><font color="#a31515" size="2"><font color="#a31515" size="2">network</font></font><font color="#0000ff" size="2"><font color="#0000ff" size="2"> </font></font><font color="#ff0000" size="2"><font color="#ff0000" size="2">host</font></font><font color="#0000ff" size="2"><font color="#0000ff" size="2">=</font></font><font size="2">&quot;</font><font color="#0000ff" size="2"><font color="#0000ff" size="2">relay-hosting.secureserver.net</font></font><font size="2">&quot;</font><font color="#0000ff" size="2"><font color="#0000ff" size="2"> /&gt;</font></font><font color="#0000ff" size="2"><font color="#0000ff" size="2"> <p>&lt;/</font></font><font color="#a31515" size="2"><font color="#a31515" size="2">smtp</font></font><font color="#0000ff" size="2"><font color="#0000ff" size="2">&gt;</p> &lt;/</font></font><font color="#a31515" size="2"><font color="#a31515" size="2">mailSettings</font></font><font color="#0000ff" size="2"><font color="#0000ff" size="2">&gt;</font></font><font color="#0000ff" size="2"><font color="#0000ff" size="2"> <p>&lt;/</font></font><font color="#a31515" size="2"><font color="#a31515" size="2">system.net</font></font><font color="#0000ff" size="2"><font color="#0000ff" size="2">&gt;</font></font></p> <p><font color="#0000ff" size="2"><font color="#0000ff" size="2"></font></font>&nbsp;</p> <p><font color="#0000ff" size="2"><font color="#0000ff" size="2">C# page</font></font></p> <p><font color="#0000ff" size="2"><font color="#0000ff" size="2"></font></font>&nbsp;</p> <font color="#0000ff" size="2"><font color="#0000ff" size="2"><font size="2">System.Web.Mail.</font><font color="#2b91af" size="2"><font color="#2b91af" size="2">MailMessage</font></font><font size="2"> mailMessage = </font><font color="#0000ff" size="2"><font color="#0000ff" size="2">new</font></font><font size="2"> System.Web.Mail.</font><font color="#2b91af" size="2"><font color="#2b91af" size="2">MailMessage</font></font><font size="2">();</font></font><font size="2"> <p>mailMessage.From = </font><font color="#a31515" size="2"><font color="#a31515" size="2">&quot;<a href="mailto:from=name@domain.com">name@domain.com</a> &quot;</font></font><font size="2">;</p> mailMessage.To = </font><font color="#a31515" size="2"><font color="#a31515" size="2">&quot;<a href="mailto:from=name@domain.com">name@domain.com</a>&quot;</font></font><font size="2">;</font></font><font size="2"> <p>mailMessage.Bcc = </font><font color="#a31515" size="2"><font color="#a31515" size="2">&quot;<a href="mailto:from=name@domain.com">name@domain.com</a>&quot;</font></font><font size="2">;</p> mailMessage.Subject = </font><font color="#a31515" size="2"><font color="#a31515" size="2">&quot;Subject&quot;</font></font><font size="2">;</font><font size="2"> <p>mailMessage.BodyFormat = System.Web.Mail.</font><font color="#2b91af" size="2"><font color="#2b91af" size="2">MailFormat</font></font><font size="2">.Html;</p> mailMessage.Body = </font><font color="#a31515" size="2"><font color="#a31515" size="2">&quot;&lt;b&gt;First Name:&lt;/b&gt; &quot;</font></font><font size="2"> &#43; tbFirstName.Text &#43;</font><font size="2"> <p></font><font color="#a31515" size="2"><font color="#a31515" size="2">&quot;&lt;br&gt;&lt;br&gt;&lt;b&gt;Last Name:&lt;/b&gt; &quot;</font></font><font size="2"> &#43; tbLastName.Text &#43;</p> </font><font color="#a31515" size="2"><font color="#a31515" size="2">&quot;&lt;br&gt;&lt;br&gt;&lt;b&gt;Suffix:&lt;/b&gt; &quot;</font></font><font size="2"> &#43; ddSuffix.SelectedValue.ToString() &#43;</font><font size="2"> <p></font><font color="#a31515" size="2"><font color="#a31515" size="2">&quot;&lt;br&gt;&lt;br&gt;&lt;b&gt;Marital status:&lt;/b&gt; &quot;</font></font><font size="2"> &#43; ddMaritalstatus.SelectedValue.ToString() &#43;</p> </font><font color="#a31515" size="2"><font color="#a31515" size="2">&quot;&lt;br&gt;&lt;br&gt;&lt;b&gt;Name of spouse:&lt;/b&gt; &quot;</font></font><font size="2"> &#43; tbNameofspouse.Text &#43;</font><font size="2"> <p></font><font color="#a31515" size="2"><font color="#a31515" size="2">&quot;&lt;br&gt;&lt;br&gt;&lt;b&gt;Street Address:&lt;/b&gt; &quot;</font></font><font size="2"> &#43; tbStreetAddress.Text &#43;</p> </font><font color="#a31515" size="2"><font color="#a31515" size="2">&quot;&lt;br&gt;&lt;br&gt;&lt;b&gt;City:&lt;/b&gt; &quot;</font></font><font size="2"> &#43; tbCity.Text &#43;</font><font size="2"> <p></font><font color="#a31515" size="2"><font color="#a31515" size="2">&quot;&lt;br&gt;&lt;br&gt;&lt;b&gt;Country:&lt;/b&gt; &quot;</font></font><font size="2"> &#43; ddCountry.SelectedValue.ToString() &#43;</p> </font><font color="#a31515" size="2"><font color="#a31515" size="2">&quot;&lt;br&gt;&lt;br&gt;&lt;b&gt;State:&lt;/b&gt; &quot;</font></font><font size="2"> &#43; ddState.SelectedValue.ToString() &#43;</font><font size="2"> <p></font><font color="#a31515" size="2"><font color="#a31515" size="2">&quot;&lt;br&gt;&lt;br&gt;&lt;b&gt;Zip Code:&lt;/b&gt; &quot;</font></font><font size="2"> &#43; tbZipcode.Text &#43;</p> </font><font color="#a31515" size="2"><font color="#a31515" size="2">&quot;&lt;br&gt;&lt;br&gt;&lt;b&gt;Phone:&lt;/b&gt; &quot;</font></font><font size="2"> &#43; tbPhone.Text &#43;</font><font size="2"> <p></font><font color="#a31515" size="2"><font color="#a31515" size="2">&quot;&lt;br&gt;&lt;br&gt;&lt;b&gt;Email:&lt;/b&gt; &quot;</font></font><font size="2"> &#43; tbEmail.Text &#43;</p> </font><font color="#a31515" size="2"><font color="#a31515" size="2">&quot;&lt;br&gt;&lt;br&gt;&lt;b&gt;How many children do you have at home?&lt;/b&gt; &quot;</font></font><font size="2"> &#43; ddChildrenHome.SelectedValue.ToString() &#43;</font><font size="2"> <p></font><font color="#a31515" size="2"><font color="#a31515" size="2">&quot;&lt;br&gt;&lt;br&gt;&lt;b&gt;Age of Children Interested In?&lt;/b&gt; &quot;</font></font><font size="2"> &#43; ddAgeChildren.SelectedValue.ToString() &#43;</p> </font><font color="#a31515" size="2"><font color="#a31515" size="2">&quot;&lt;br&gt;&lt;br&gt;&lt;b&gt;Sex of Children Interested In?&lt;/b&gt; &quot;</font></font><font size="2"> &#43; ddSex.SelectedValue.ToString() &#43;</font><font size="2"> <p></font><font color="#a31515" size="2"><font color="#a31515" size="2">&quot;&lt;br&gt;&lt;br&gt;&lt;b&gt;How many children are you interested in?&lt;/b&gt; &quot;</font></font><font size="2"> &#43; ddChildrenHome.SelectedValue.ToString() &#43;</p> </font><font color="#a31515" size="2"><font color="#a31515" size="2">&quot;&lt;br&gt;&lt;br&gt;&lt;b&gt;Country interested in?&lt;/b&gt; &quot;</font></font><font size="2"> &#43; ddCountryInterested.SelectedValue.ToString() &#43;</font><font size="2"></font><font color="#a31515" size="2"><font color="#a31515" size="2">&quot;&lt;br&gt;&lt;br&gt;&lt;b&gt;Comment:&lt;/b&gt; &quot;</font></font><font size="2"> &#43; tbComment.Text;</font><font size="2"> <p>&nbsp;</p> <p>&nbsp;</p> System.Web.Mail.</font><font color="#2b91af" size="2"><font color="#2b91af" size="2">SmtpMail</font></font><font size="2">.SmtpServer = </font><font color="#a31515" size="2"><font color="#a31515" size="2">&quot;Relay-Hosting.secureserver.net&quot;</font></font><font size="2">;</font><font size="2"> <p>System.Web.Mail.</font><font color="#2b91af" size="2"><font color="#2b91af" size="2">SmtpMail</font></font><font size="2">.Send(mailMessage);</p> </font> 2009-06-23T21:42:08-04:003254048http://forums.asp.net/p/973363/3254048.aspx/1?Re+Getting+SMTP+to+Work+with+GoDaddyRe: Getting SMTP to Work with GoDaddy <p>Aloha, vaevictus - - </p> <p>This is an extreme OLD thread, but apparently confusion about sending email abounds. I know that once I got it properly working, I tend to &quot;clone&quot; all the new ones from the working model.</p> <p>Here is a general framework that I know works:</p> <p>&nbsp;<pre class="prettyprint">Dim objMail As New MailMessage objMail.IsBodyHtml = True With objMail .From = New MailAddress(&quot;from_where@your_domain.com&quot;) .To.Add(pEmail) .Subject = &quot;Your SUBJECT .Bcc.Add(&quot;mybcc@your_domain.com&quot;) .Body = body of email message End With Dim client As SmtpClient = New SmtpClient(&quot;relay-hosting.secureserver.net&quot;) client.UseDefaultCredentials = True Try client.Send(objMail) Catch Ex As Exception handle your error HERE End Try</pre> </p> <p>&nbsp;Of course, the success of the Send is going to count on the way that your local hosting service is set up. The &quot;relay-hosting.secureserver.net&quot; is specific to GoDaddy.</p> <p>I hope this helps!&nbsp; :)&nbsp; KevInKauai</p> 2009-06-24T00:22:43-04:003282192http://forums.asp.net/p/973363/3282192.aspx/1?Re+Getting+SMTP+to+Work+with+GoDaddyRe: Getting SMTP to Work with GoDaddy <p>I'm trying to get cdonts working on Godaddy and have duplicated the above and I still do not receive my emails. I setup an email account for the from file, is there anything else I can do to get it working. GoDaddy support will not help. Should the web.config have a suffix of .txt? <br> </p> 2009-07-08T21:42:50-04:003282343http://forums.asp.net/p/973363/3282343.aspx/1?Re+Getting+SMTP+to+Work+with+GoDaddyRe: Getting SMTP to Work with GoDaddy <p>&nbsp;Aloha, shadman.</p> <p>I sorry to say that I have no experience with CDONTS for email with GoDaddy. However, I don't think that adding &quot;.txt&quot; to you web.config file will work at all.</p> <p>Have you looked around the GoDaddy HELP center? I just did with the search phrase &quot;CDONTS&quot; and there were 19 entries, including one promisingly titles &quot;Cdonts Example for ASP Hosting&quot;. Perhaps this is a silly question, but why are you determined to use CDONTS when SendMail works just fine?</p> <p>There seems to be another thread on CDONTS here: <a href="/p/1356318/2783429.aspx#2783429"> http://forums.asp.net/p/1356318/2783429.aspx#2783429</a>&nbsp;Good luck with that.</p> <p>&nbsp;</p> <p>:) KevInKauai</p> <p>&nbsp;</p> 2009-07-08T23:52:18-04:003360544http://forums.asp.net/p/973363/3360544.aspx/1?Re+Getting+SMTP+to+Work+with+GoDaddyRe: Getting SMTP to Work with GoDaddy <p>Here is&nbsp;a page on GoDaddy's website that will help anyone, who has migrated to IIS7 Hosting Service, send Email from your web applications.&nbsp; Hope it helps, for the year 2009 anyway.</p> <p><a href="http://help.godaddy.com/article/4220">http://help.godaddy.com/article/4220</a></p> <p><img title="Smile" border="0" alt="Smile" src="http://forums.asp.net/tiny_mce/jscripts/tiny_mce/plugins/emotions/img/smiley-smile.gif"></p> 2009-08-21T08:12:17-04:00