how to send a welcome mail in asp.net ?
using C#
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.
Iftikar HussainPosted Jun 17, 2013, 8:14 AM
You can send mail by using System.Net.Mail object as like below.
var mailMessage = new MailMessage
Regards,
Iftikar
Remember to click "Mark as Answer" on the post, if it helps you.
RIM SinghPosted Jun 17, 2013, 8:10 AM
I will manage my code form the given link
Its helpful
Pankaj PandeyPosted Jun 17, 2013, 8:00 AM
you can follow following link
http://www.c-sharpcorner.com/Blogs/11152/sending-email-with-html-body-in-Asp-Net-and-list-of-smtp-hos.aspx