Hi all,
I need to create an auto emailing systems in c#.net. Here i have to attach the pdf file and send the file to the respective reciever automatically. How is it possible to do?
Thanks,
Loading
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.
Subhendu DePosted Jan 7, 2011, 4:21 AM
Krishna GaradPosted Jan 7, 2011, 4:21 AM
http://www.c-sharpcorner.com/UploadFile/meetuchoudhary/sendmail08142009123125PM/sendmail.aspx
Ruchi RPosted Jan 7, 2011, 4:18 AM
Can u plz send me some code samples for this. I am doing it in c#.net. I will be really thanks ful to u.
thanks
Krishna GaradPosted Jan 7, 2011, 4:14 AM
You can just send the mail to concern user with attachment of concern pdf files. Whenever user will click on send button you have to simply send it as mail with attachment.
Subhendu DePosted Jan 7, 2011, 4:14 AM
Ruchi RPosted Jan 7, 2011, 4:11 AM
Actually what i have to do is, I have binded the crystal report to the datagrid and exported it to the pdf format. Now i have to email these pdf to the respective receiver on click of the send button. I am lil confused about doing all this. I kindly request u to post some suggestions if u have any. Thanks..
Subhendu DePosted Jan 7, 2011, 3:14 AM
Krishna GaradPosted Jan 7, 2011, 2:35 AM
you can take a lot of benefit of .net event model. On perticuler event you have to send mails to concern user you can do it.