Dear Friends,
I have a requirement on clicking on an Web Form all the data should be passed via Email and a Email Notification should generate to an Inventory incharge person.
and CC to project Manager.
i am new to such requirement!!!
regards,
Aamir
Loading
Jignesh TrivediPosted Jun 25, 2012, 8:48 AM
you can also send mail via SQL server ( using xp_sendmail ) and also via Outlook
please refer
http://msdn.microsoft.com/en-us/library/aa260697%28SQL.80%29.aspx
http://www.c-sharpcorner.com/uploadfile/casperboekhoudt/sendingemailsthroughoutlook12052005000124am/sendingemailsthroughoutlook.aspx
hope this will help u.
Aamir KhanPosted Jun 25, 2012, 7:21 AM
Jignesh TrivediPosted Jun 25, 2012, 3:52 AM
you acheive this thing using System.Net.Mail namespace with MailMessage class
Please refer,
http://csharp.net-informations.com/communications/csharp-smtp-mail.htm
http://www.etechplanet.com/blog/how-to-send-email-in-an-aspnet-web-application-using-c.aspx
hope this will help.