Click here to Skip to main content
15,902,198 members
Please Sign up or sign in to vote.
3.00/5 (1 vote)
See more:
The transport failed to connect to the server.
Posted
Comments
Hari Chandra Prasad Ravuri 30-Nov-12 3:20am    
hi Check ur Host,SSl and port details .i think those details are wrong
Nelek 2-Dec-12 13:15pm    
Please don't think we can read minds or do astral projections to see your monitor. If you need help, the least you could do is to add some relevant code to your question or to explain your problem in such a way, that the users of CP can understand it. Otherwise, nobody will be able to help you.
what have you tried?[^]

 
Share this answer
 
Kindly check that you have

HTML
smtp.EnableSsl = true;//if u are using secured ssl like gmail or yahoo mail
smtp.EnableSsl = false;// if u are using domainer mail like info@itename.com
 
Share this answer
 

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