Email provider configuration reference
Properties
| Property | Description | Required? / Type Support |
|---|---|---|
|
The email service type, |
No |
|
The URI for the MS Graph API Typical format:
|
Yes Only for |
|
The hostname or IP address of the SMTP server. |
Yes Only for |
|
SMTP server port number, such as 25, 465, or 587. Many SMTP servers require the use of a secure port such as 465 or 587. Many ISPs flag email from port 25 as spam. |
Yes Only for |
|
When set to |
No Only for |
|
Specifies a default From: address which displays when users receive emails from Advanced Identity Cloud. Although
|
No |
|
Contains authentication detail sub-properties. Learn more about authentication sub-properties. |
Yes Required sub-properties vary based on |
|
If |
No Only for |
|
Set |
No Only for |
|
SMTP options. Learn more about SMTP sub-properties. |
No Only for |
|
Emails are sent in separate threads managed by a thread pool. This property sets the number of concurrent emails that can be handled at a specific time. The default thread pool size (if none is specified) is |
No |
|
The socket connection timeout, in milliseconds. The default connection timeout (if none is specified) is |
No |
|
The socket read timeout, in milliseconds. The default read timeout (if none is specified) is |
No Only for |
|
The socket write timeout, in milliseconds. The default write timeout (if none is specified) is |
No Only for |
The msgraph type also supports the External REST configuration properties.
|
auth sub-properties
| Property | Description | Required? / Type Support |
|---|---|---|
|
Whether you need login credentials to connect to the server/API. If
|
Yes |
|
Account used to connect to the server/API. |
No |
|
Password used to connect to the server/API. |
No |
|
Authentication type used to connect to the server/API:
|
Yes |
oauth2 properties
| Property | Description | Required? / Type Support |
|---|---|---|
The following properties are only applicable when the |
||
|
Client ID used to request an access token from the token endpoint. Obtained during Azure application creation. |
Yes |
|
Client secret used to request an access token from the token endpoint. Obtained during Azure application creation. |
Yes |
|
OAuth2 token endpoint. Typical format:
|
Yes |
|
Requested OAuth2 scopes in a JSON array of strings. |
Yes |
|
Scope delimiter to use. Defaults to space. |
No |
|
The only supported grant type is |
No |
smtpProperties sub-properties
| Property | Description | Required? / Type Support |
||
|---|---|---|---|---|
|
The enabled SMTP SSL connection protocols. Protocols are specified as a whitespace-separated list. The default protocol is TLSv1.2. |
No Only for |
||
|
The enabled SMTPS SSL connection protocols. Protocols are specified as a whitespace-separated list. The default protocol is TLSv1.2. |
No Only for |
||
|
Adds support for UTF-8 (Non-ASCII) characters in the local part of email addresses (everything before the
|
No Only for |