Programming Tutorials

Comment on Tutorial - How to send email using VB.NET code By Issac



Comment Added by : Dennis

Comment Added at : 2011-06-24 10:18:10

Comment on Tutorial : How to send email using VB.NET code By Issac
"I get an error returned saying the SMPT server requires a secure connection - how do I do this?"

SmtpServer.EnableSsl = True


View Tutorial