how to send the mail through my personal mail like webmail
using asp.net3.5
please help 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.
Sanjeeb LenkaPosted Jul 2, 2013, 3:03 AM
http://www.c-sharpcorner.com/Blogs/11152/sending-email-with-html-body-in-Asp-Net-and-list-of-smtp-hos.aspx
http://www.c-sharpcorner.com/Blogs/11147/send-email-in-Asp-Net-by-your-ip-without-email-id-and-passwo.aspx
Iftikar HussainPosted Jul 2, 2013, 2:47 AM
You can do like this
using System.Net.Mail;
Let me know if you need more information
Regards,
Iftikar