Why send email after Asp.net Registration

Asp.NET Application with asp.net membership - roles and profile
Objectives:  How to send email from your asp.net application immediately when a new user gets created.
Reason: While we ask the user to confirm the email address, we are never certain that the email account is active.
Thus we need to force the user to check the email address to confirm the activation link.

See the articles from : http://ctrlf5.net/?p=55 which will explain how to implement.

I will change some configurations in my application to use gmail.com smtp services.
Regards

Comments