Sends the MailMessage through the Mail Server.
Sends the MailMessage through the Mail Server.
public bool Send();
Sends the EmailMessage to a SMTP server.
public bool Send(bool,bool);
A static/shared method for sending email.
public static bool Send(string,string,string,string,string);