Class SMTPSettingsContract
SMTP settings
Namespace: Com.Kendox.Dcis.SubSystem.Service.Contract
Syntax
public class SMTPSettingsContract : Object
Name | Description |
---|---|
SMTPSettingsContract() |
Fields
Name | Description |
---|---|
ClientId | Client id |
ClientSecret | Client secret |
MailServerTypeEnum | SMTP mail server type MailServerTypeEnum |
Password | SMTP password |
SenderMailAdress | Mail address for the from field |
SenderName | Name for the sending address |
SendTimes | List of times for delayed sending |
Server | SMTP server address |
SMTPOverSSL | SMTP over SSL active |
TenantId | Tenant id |
User | SMTP user |