Class EmailOptions
Настройки для почтового клиента
Inherited Members
Namespace: NotifyHub.NotificationService.Infrastructure.Options
Assembly: NotifyHub.NotificationService.Infrastructure.dll
Syntax
public class EmailOptions
Properties
| Edit this page View SourceEmailAddress
Адрес
Declaration
public required string EmailAddress { get; set; }
Property Value
Type | Description |
---|---|
string |
Host
Хост
Declaration
public required string Host { get; set; }
Property Value
Type | Description |
---|---|
string |
Password
Пароль
Declaration
public required string Password { get; set; }
Property Value
Type | Description |
---|---|
string |
Port
Порт
Declaration
public int Port { get; set; }
Property Value
Type | Description |
---|---|
int |