How to Send email from our Code..
if i enter required fields after i click save button the data will generated to pdf format and send as a email to client.
How to write code for above problem.. any body plz explain in brief...
advance thanks
Yours
Akshya
Manish Kumar ChoudharyPosted Dec 1, 2014, 11:18 PM
Hi Akshya Harsha,
Read these two links to send mail in c#
http://www.c-sharpcorner.com/uploadfile/dchoksi/sendingmail02132007002923am/sendingmail.aspx
http://www.c-sharpcorner.com/UploadFile/0c1bb2/sending-email-using-Asp-Net/
And following links to convert it to pdf
http://www.aspsnippets.com/Articles/Export-HTML-DIV-contents-to-PDF-using-iTextSharp-in-ASPNet.aspx
http://www.c-sharpcorner.com/UploadFile/raj1979/export-div-content-to-pdf-using-itextsharp/