aspNetEmail

EmailMessage.Send Method

Sends the MailMessage through the Mail Server.

Overload List

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);

See Also

EmailMessage Class | aspNetEmail Namespace