IEmailService
Represents a service for sending notification emails to users.
bool IsServiceRunning()
Determines if the email service is currently running.
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.