<PackageReference Include="Relativity.Other" Version="10.0.275.2" />

Email

public class Email
public enum AgentSuccess

public enum BodyFormat

public static Email Instance { get; }

protected Email()

public Email(Config configuration, SmtpClientWrapperFactory smtpClientWrapperFactory)

public static string GetErrorMessageText()

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 SendErrorNotification(string user, DateTime dateTime, string exceptionFullText)

public virtual void SendNotification(string from, string to, string subject, string messageText)

public virtual void SendNotification(EmailOption emailOptions)

public void SendNotification(string from, string to, string subject, string messageText, BodyFormat bodyFormat)

public void SendNotification(MailMessage mail)

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)