IEmailService public interface IEmailService Documentation bool IsServiceRunning() void SendNotification(string from, string to, string subject, string messageText) void SendNotification(string from, string to, string subject, string messageText, BodyFormat bodyFormat)