Hello everyone,
I am trying to implement Email confirmation after user registration. Then, I can find the answer from this link http://www.aspsnippets.com/Articles/Send-user-Confirmation-email-after-Registration-with-Activation-Link-in-ASPNet.aspx
After using this code, I got an error
Unable to read data from the transport connection: net_io_connectionclosed.
How can I solve this?
Please help me.
Advance thanks.

Vinay SinghPosted Aug 18, 2016, 6:35 AM
Rajeesh MenothPosted Aug 18, 2016, 6:33 AM
Bikesh SrivastavaPosted Aug 18, 2016, 6:33 AM
The SMTP server requires a secure connection or the client was not authenticated. The server response was: 5.5.1 Authentication Required. Learn more at
only reason is secure app turn off.Abhilash J APosted Aug 18, 2016, 6:31 AM
The SMTP server requires a secure connection or the client was not authenticated. The server response was: 5.5.1 Authentication Required. Learn more at
But, I have enabled Gmail secure apps is Turn on. Still this error occurred.Bikesh SrivastavaPosted Aug 18, 2016, 6:13 AM
Pleaseclickthefollowinglinktoactivateyouraccount";
Thanks";
Rajeesh MenothPosted Aug 18, 2016, 2:34 AM
Vinay SinghPosted Aug 18, 2016, 2:29 AM