public static bool Send(MailMessage mailMessage, string username, string password) { var helper = new SmtpServerHelper(); return(helper.SendEmail(SmtpServer, 25, username, password, mailMessage)); }
public static bool Send(MailMessage mailMessage, string username, string password) { var helper = new SmtpServerHelper(); return helper.SendEmail(SmtpServer, 25, username, password, mailMessage); }