Example #1
0
 public Config()
 {
     Mail = new MailConfig();
     MailList = new List<MailReceiver>();
 }
Example #2
0
 public MailService(MailConfig cfg)
 {
     this.cfg = cfg;
     path = Path.Combine(AppDomain.CurrentDomain.BaseDirectory,
                         "Data", "Icons");
 }