Okta.Sdk.Model.BaseEmailServer
October 3, 2024 ยท View on GitHub
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| Alias | string | Human-readable name for your SMTP server | [optional] |
| Enabled | bool | If `true`, routes all email traffic through your SMTP server | [optional] |
| Host | string | Hostname or IP address of your SMTP server | [optional] |
| Port | int | Port number of your SMTP server | [optional] |
| Username | string | Username used to access your SMTP server | [optional] |