To be short -
- User registers for the site
- An email is sent to the user confirming their registration
I am using :
- Asp.net 3.5(C#)
- Sitefinity as a CMS
- MS SQL 2008 server r2
My question is what is the best way to automatically send the email?
Should it be done in ASP.net or as a database trigger using something like xp_sendmail