protected Email()
public void SendAutoGeneratedPasswordNotification(string to, string from, string subject, string body, string userEmail, string url, string password)
public void SendCACategorizationNotification(string from, string to, string catName, string workspaceName, AgentSuccess success, bool hasErrors, string errMessage)
public void SendCASearchNotification(string from, string to, string indexName, string caseName, AgentSuccess success, string jobTypeMessage, bool stopped, bool hasErrors, string additionalInformation = null)
public void SendErrorNotification(string user, DateTime dateTime, string exceptionFullText, string emailTo)
public void SendNotification(string from, string to, string subject, string messageText, BodyFormat bodyFormat)
public virtual void SendNotificationHTML(string from, string to, string subject, string messageText)
public void SendProductionNotification(string from, string to, string prodName, string caseName, AgentSuccess success, bool fatal)
public void SendSelfServePasswordResetCompleteNotification(string to, string from, string subject, string body, string userEmail, string loginLinkHTML, string loginLink)
public void SendSelfServePasswordResetRequestNotification(string to, string from, string subject, string body, string userEmail, string resetLinkHTML, string resetLink)