Utility to send mails with customizable settings.
namespace MailDaemon.Core.Report { public interface IReport { string Generate(); } }