Utility to send mails with customizable settings.
using System; using System.Collections.Generic; using System.Text; namespace MailDaemon.Core { public interface IConfiguration { void Read(); } }