When writing and testing my web application locally, I have to use these web.config settings: <system.net> <mailSettings> <smtp from="yourAddress@yourDomain.com"> <network host="smtpout.secureserver.net" userName="yourAddress@yourDomain.com" password...