exchange setup template added

This commit is contained in:
vfedosevich 2015-04-17 01:34:29 -07:00
parent de8b36256b
commit 69b1bc2f16
2 changed files with 349 additions and 1 deletions

View file

@ -1646,7 +1646,7 @@ namespace WebsitePanel.EnterpriseServer
TaskManager.Write("MailTo : " + mailTo);
// send mail message
//MailHelper.SendMessage(from, mailTo, string.Empty, subject, body, priority, isHtml);
MailHelper.SendMessage(from, mailTo, null, subject, body, priority, isHtml);
}
catch (Exception ex)
{