<PackageReference Include="Relativity.Server.Utility.SDK" Version="5000.0.0" />

IEmailService

public interface IEmailService
Represents a service for sending notification emails to users.

Determines if the email service is currently running.

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

Sends a plaintext email notification.

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

Sends a email notification with the specified BodyFormat.