Getting SMTP to Work with GoDaddy

Last post 02-23-2008 6:17 PM by KevInKauai. 9 replies.

Sort Posts:

  • Getting SMTP to Work with GoDaddy

    03-18-2006, 3:11 PM
    My host is GoDaddy and I have the entire PWS Kit working except for the email.  I have put all of the appropriate smtp settings in the web.config and I'm still having no luck.  Any help would be greatly appreciated.

     <system.net>
      <mailSettings>
       <smtp from="Admin@MyWebsite.com">
        <network host="smtpout.secureserver.net" password="MyPassword"
         port="3535" userName="MyUserName" />
       </smtp>
      </mailSettings>
     </system.net>

    Best Regards,
    Chris
    "It's a 'Jump to Conclusions mat'. You see, you have this mat, with different CONCLUSIONS written on it that you could JUMP TO. "
    Application Developer
    ASP.Net,C#,XSLT,XML,HTML,DHTML,JavaScript,CSS
  • Re: Getting SMTP to Work with GoDaddy

    03-18-2006, 5:38 PM

    Is an exception being raised when it tries to send email? If so, post the exception.

    HTH,
    Ryan

    Ryan Olshan
    ASPInsider | Microsoft MVP, ASP.NET
    http://ryanolshan.com

    How to ask a question
  • Re: Getting SMTP to Work with GoDaddy

    03-18-2006, 7:07 PM
    No Exception is raised.... just no email ever gets to me.

    ~ Chris
    "It's a 'Jump to Conclusions mat'. You see, you have this mat, with different CONCLUSIONS written on it that you could JUMP TO. "
    Application Developer
    ASP.Net,C#,XSLT,XML,HTML,DHTML,JavaScript,CSS
  • Re: Getting SMTP to Work with GoDaddy

    03-18-2006, 7:26 PM

    Have you checked your spam folder or tried another email address?

    HTH,
    Ryan

    Ryan Olshan
    ASPInsider | Microsoft MVP, ASP.NET
    http://ryanolshan.com

    How to ask a question
  • Re: Getting SMTP to Work with GoDaddy

    03-18-2006, 9:53 PM
    Yes - to no avail.

    Thanks for tips!

    ~ Chris
    "It's a 'Jump to Conclusions mat'. You see, you have this mat, with different CONCLUSIONS written on it that you could JUMP TO. "
    Application Developer
    ASP.Net,C#,XSLT,XML,HTML,DHTML,JavaScript,CSS
  • Re: Getting SMTP to Work with GoDaddy

    11-17-2006, 5:50 PM
    • Loading...
    • krisfr
    • Joined on 10-13-2006, 4:00 AM
    • Kissimmee Florida
    • Posts 17

    Hey Chris

     

    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.

     

    Thanks for your help 

    Chris R. Marshall
  • Re: Getting SMTP to Work with GoDaddy

    11-18-2006, 11:20 AM
    • Loading...
    • epasalakis
    • Joined on 03-06-2006, 11:54 PM
    • Posts 3

    I am on godaddy and this works for me.

     <system.net>
        <mailSettings>
          <smtp from="noreply@noreply.net">
            <network host="smtpout.secureserver.net" password="<password>" port="25" userName="noreply@domain.net"/>
          </smtp>
        </mailSettings>
      </system.net>

     Remember you have to go into the control panel and create an email user or it will not work.

  • Re: Getting SMTP to Work with GoDaddy

    02-19-2007, 6:46 PM
    • Loading...
    • Drydocked
    • Joined on 08-24-2006, 8:16 PM
    • Posts 2
    epasalakis:

    I am on godaddy and this works for me.

     <system.net>
        <mailSettings>
          <smtp from="noreply@noreply.net">
            <network host="smtpout.secureserver.net" password="<password>" port="25" userName="noreply@domain.net"/>
          </smtp>
        </mailSettings>
      </system.net>

     Remember you have to go into the control panel and create an email user or it will not work.

    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 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.

    THANKS!

  • Getting SMTP to Work with GoDaddy

    08-08-2007, 3:15 AM

    You can find the solution for your problem at:

    http://www.sitesbuilders.com/Articles/Godaddy-Smtp.aspx
  • Re: Getting SMTP to Work with GoDaddy

    02-23-2008, 6:17 PM

    I just struggled through the various permutations found here and there for this to work on GoDaddy and found this to work:

    1     <system.net>
    2      <mailSettings>
    3       <smtp from="xxxx@yyyy.org">
    4        <network host="relay-hosting.secureserver.net"/>
    5       </smtp>
    6      </mailSettings>
    7     </system.net>
    

    (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.)

    :) KevInKauai

    Filed under: , ,
Page 1 of 1 (10 items)
Microsoft Communities
Page view counter