예제 #1
0
 /// <summary>
 /// all communications to k-admin user will be made by this email configuration
 /// k-admin user email communication - smtp gateway
 /// </summary>
 /// <param name="smtpConfiguration"></param>
 protected void SetDefaultWebsiteUserSMTPGateway(SMTPConfigurationModel smtpConfiguration)
 {
     this._defaultKAdminSMTPGateway = smtpConfiguration;
 }
예제 #2
0
 /// <summary>
 /// all communications to developer will be made by this email configuration
 /// developer email communication - smtp gateway
 /// </summary>
 /// <param name="smtpConfiguration"></param>
 protected void SetDefaultSMTPGateway(SMTPConfigurationModel smtpConfiguration)
 {
     this._defaultSMTPGateway = smtpConfiguration;
 }