pls where can i find step by step code , to send email with attachements by creating excel files from a database table
Thanks
Chinedu Nwankwo
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question.
RahulPosted Nov 3, 2014, 6:25 AM
1.Create a method and place this code
2. Make the change like subject and smtp ip and port, mail template
3. else just replace the below code in your exiting code:
MailMessage message = new MailMessage();