How to send email notifications to user. when we upload to a file in project then only we need to send a mail
How to do that
please explain me
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Manish Kumar ChoudharyPosted Nov 20, 2014, 1:34 AM
If you want to send email notification while upload a file then
1. When file uploaded retrieve all the email id from database
2. Create a string of those email list separated by comma (,)
3. Read the following articles and send multiple emails
http://www.c-sharpcorner.com/UploadFile/0c1bb2/sending-email-to-multiple-recipeint-using-Asp-Net/