exchange setup template added
This commit is contained in:
parent
de8b36256b
commit
69b1bc2f16
2 changed files with 349 additions and 1 deletions
|
@ -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)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue