Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 757 Bytes

EmailServerPost.md

File metadata and controls

15 lines (11 loc) · 757 Bytes

Okta.Sdk.Model.EmailServerPost

Properties

Name Type Description Notes
Alias string Human-readable name for your SMTP server
Enabled bool If `true`, routes all email traffic through your SMTP server [optional]
Host string Hostname or IP address of your SMTP server
Port int Port number of your SMTP server
Username string Username used to access your SMTP server
Password string Password used to access your SMTP server

[Back to Model list] [Back to API list] [Back to README]