Sending email notifications to users
- by Web Girl
What is the preferable way to send email notifications to users?
I can do it both ways but what is better?
have some c# code that calls stored procedure in the database. Stored procedure based on some logic pulls all the emails data and sends email using database mail
or c# code calls stored procedure, gets all the nesessary data back and sends…