Exemple #1
0
 public static SmtpConfig Create()
 {
     if (_smtpConfig == null)
     {
         _smtpConfig = new SmtpConfig();
     }
     return _smtpConfig;
 }