Hi there

How do send email ?
where do i start ?

10X!!!

:?:

System.Web.Mail.SmtpMail.SmtpServer = "your mail server";
string to = "recipients email address";
string from = "recipients email address";
string subject = "subject";
string body = "message
System.Web.Mail.SmtpMail.Send(from, to, subject, body);
Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.