Click here to Skip to main content
15,900,725 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
In my web application I am using SMTP for sending Email to particular persons.It was working fine earlier but suddenly it stop working. My website is hosted on godaddy.I am using following smtp credentials in my web config.
C#
<add key="smtpServer" value="smtpout.secureserver.net" />
<add key="EnableSsl" value="false" />
<add key="smtpPort" value="80" />
<add key="smtpUser" value="user's email id" />
<add key="smtpPass" value="user's password" />

Any effort will be appreciated.
Posted
Comments
phil.o 3-Sep-15 3:53am    
SMTP Port 80? Are you sure?
Innopad Solution 3-Sep-15 5:30am    
yes I am damn sure,
phil.o 3-Sep-15 5:37am    
And what is the error message returned?
Innopad Solution 3-Sep-15 7:45am    
{"Unable to read data from the transport connection: net_io_connectionclosed."}
this error I am getting in catch while sending email.
F-ES Sitecore 3-Sep-15 4:06am    
Contact GoDaddy and ask them.

1 solution

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900