Package | Description |
---|---|
org.openapitools.client.api | |
org.openapitools.client.model |
Modifier and Type | Method and Description |
---|---|
EmailServerResponse |
EmailServerApi.createEmailServer(EmailServerPost emailServerPost)
Create a custom SMTP server
Creates a custom email SMTP server configuration for your organization
|
EmailServerResponse |
EmailServerApi.createEmailServer(EmailServerPost emailServerPost,
Map<String,String> additionalHeaders)
Create a custom SMTP server
Creates a custom email SMTP server configuration for your organization
|
Modifier and Type | Method and Description |
---|---|
EmailServerPost |
EmailServerPost.alias(String alias) |
EmailServerPost |
EmailServerPost.enabled(Boolean enabled) |
EmailServerPost |
EmailServerPost.host(String host) |
EmailServerPost |
EmailServerPost.password(String password) |
EmailServerPost |
EmailServerPost.port(Integer port) |
EmailServerPost |
EmailServerPost.username(String username) |
Copyright © 2017–2023 Okta. All rights reserved.