namespace Yavsc { public class SmtpSettings { public string Host { get; set; } public int Port { get; set; } public bool EnableSSL { get; set; } } }