You can use the SMTP data source to configure an SMTP connection, e.g. to send an e-mail using the smtp\Send action.
Parameters
|
Type |
Name |
Description |
|---|---|---|
|
TEXT |
smtp.host |
Specifies the address of the SMTP server. |
|
NUMBER |
smtp.port |
Specifies the port for establishing a connection with the SMTP server. |
|
TEXT |
smtp.verify_peer |
Serves as a security option. If the value is not 1, any existing TLS certificate will not be validated. |
|
SELECT |
smtp.auth_type |
Specifies the authentication type: basic, oauth2_microsoft, oauth2_generic. |
|
SELECT |
smtp.oauth_grant_type |
Specifies the OAuth 2.0 grant type (only for oauth2_generic): client_credentials. |
|
TEXT |
smtp.user |
Specifies the user name or e-mail address for authentication. |
|
PASSWORD |
smtp.password |
Specifies the password for basic authentication (Basic Auth). |
|
TEXT |
smtp.oauth_tenant_id |
Specifies the Azure tenant ID (only for oauth2_microsoft). |
|
TEXT |
smtp.oauth_client_id |
Specifies the OAuth 2.0 application ID (client ID). |
|
PASSWORD |
smtp.oauth_client_secret |
Specifies the client secret for OAuth 2.0. |
|
TEXT |
smtp.oauth_token_endpoint |
Specifies the token endpoint URL (only for oauth2_generic). |
|
TEXT |
smtp.oauth_scope |
Specifies the OAuth 2.0 scope (only for oauth2_generic). This specification is optional. |