Posted on: 5/20/2014 2:52:40 AM | Views : 445

I've been working on a website that was successfully sending emails for a couple of months through the GoDaddy SMTP they told me to use and all of a sudden, it doesn't work any more.  I've tried calling them and live chatting with them to get it working but nothing so far is working.
I tried the gmail SMTP to see if it was my coding causing issues but that worked beautifully so it must be the connection to the GoDaddy SMTP.
Here is the web.config settings that I have:
<system.net> <mailSettings> <smtp from="system@5starhealthy.com.au"> <network host="sg2nlvphout-v01.shr.prod.sin2.secureserver.net" /> </smtp> </mailSettings> </system.net> The error that I get when trying to send with this connection is:
System.Net.Mail.SmtpException: Failure sending mail. ---> System.Net.WebException: Unable ...

Go to the complete details ...