I am trying to set my web.config email setting to work with go daddy so far without success
<system.net>
<mailSettings>
<smtp from="admin@*******.com">
<network host="relay-hosting.secureserver.net" password="*******" port="25" userName="admin@*******.com"/>
</smtp>
</mailSettings>
</system.net>
Go to the complete details ...