Exemple #1
0
 public EmailHelper(IWnuhSmtpClient smtpClient)
 {
     Guard.ArgumentNotNull(() => smtpClient);
     this.smtpClient = smtpClient;
     footerHTML      = String.Format(footerHTMLstring, hostEnv);
     footerTXT       = String.Format(footerTXTstring, hostEnv);
 }
Exemple #2
0
 public EmailHelper(IWnuhSmtpClient smtpClient)
 {
     Guard.ArgumentNotNull(() => smtpClient);
     this.smtpClient = smtpClient;
     footerHTML = String.Format(footerHTMLstring, hostEnv);
     footerTXT = String.Format(footerTXTstring, hostEnv);
 }