diff --git a/en/docs/reference/connectors/email-connector/1.x/email-connector-1.x-config.md b/en/docs/reference/connectors/email-connector/1.x/email-connector-1.x-config.md index 112e41516..92999eaa1 100644 --- a/en/docs/reference/connectors/email-connector/1.x/email-connector-1.x-config.md +++ b/en/docs/reference/connectors/email-connector/1.x/email-connector-1.x-config.md @@ -112,7 +112,7 @@ The following operations allow you to work with the Email Connector. Click an op - The following OAuth2 authentication configurations can be used for IMAP and IMAPS connections. **Note**: These configurations are available from Email connector version 1.1.0 and above. + The following OAuth2 authentication configurations can be used for IMAP, IMAPS, and SMTPS connections. **Note**: These configurations are available from Email connector version 1.1.6 and above.
| Parameter Name | diff --git a/en/docs/reference/connectors/email-connector/email-connector-config.md b/en/docs/reference/connectors/email-connector/email-connector-config.md index 96891c647..67046c23b 100644 --- a/en/docs/reference/connectors/email-connector/email-connector-config.md +++ b/en/docs/reference/connectors/email-connector/email-connector-config.md @@ -200,6 +200,47 @@ The connection configuration parameters are used to establish a connection withAction to take when the connection pool is exhausted. | No |
|---|---|---|
| Oauth2 Authentication | +||
| These configurations are available from Email connector version 2.0.3 and above. | +||
| Enable OAuth2 | +Specifies if OAuth2 authentication is required. | +No | +
| Grant Type | +Type of OAuth2 grant to be used. | +No | +
| Client Id | +Client ID for OAuth2 authentication. | +No | +
| Client Secret | +Client Secret for OAuth2 authentication. | +No | +
| Refresh Token | +Refresh Token for OAuth2 authentication. | +No | +
| Token URL | +URL to obtain the OAuth2 token. | +No | +
| Scope | +Scope for OAuth2 authentication. | +No | +