Field Name | Basic Authentication | OAuth Authentication |
Server Name / IP Address | Specify the name or IP address of the server through which all emails must be sent. | |
Alternate Server Name / IP Address | Provide secondary server details, if available. AssetExplorer will use this server to send emails if the primary server is unavailable. Click here to learn more. | |
Sender Name | Specify the name to be displayed in emails sent from the application. | |
Reply to | Specify an email address to be mentioned as the From address in outgoing emails. | |
Username | - | Enter the username to access the mailbox. |
Protocol | Select the protocol to connect to the mailbox:
| |
TLS Enabled | Select whether Transport Layer Security (TLS) must be enabled. | |
Port | Specify the port number as per the selected protocol. | |
Requires Authentication | Provide the necessary login credentials to mandate authentication in the mail server for outgoing mails. | - |
Scope | - | Define the accessibility of the obtained OAuth tokens. For SMTP/SMTPS protocols running on port 587, scope will be auto-populated for the following mailbox: Gmail: https://mail.google.com Know more about default values populated as scope. |
Redirect URL | - | Use this URL to register AssetExplorer and obtain tokens from the authorization server. Ensure the application is accessed using the same host as the redirect URL for OAuth configurations to work. |
Field Name | Basic Authentication | OAuth Authentication |
Connect URL | Provide the EWS URL to connect to the server (For example, https://<host_name>/EWS/Exchange.asmx). | |
Username | Enter the username to access the mailbox. | |
Password | Enter the password of the mailbox. | - |
Sender Name | Specify the name to be displayed in the emails sent from the application. | |
Reply to | Specify an email address to be mentioned as the From address in outgoing emails. | |
Authorization Server Details (Client ID, Client Secret, Authorization URL, Token URL) | - | Obtain these details from the authorization server. |
Scope | - | Define the accessibility of the obtained OAuth tokens in the mailbox. For Office365 mailbox, scope will be auto-populated as: https://outlook.office365.com/EWS.AccessAsUser.All, offline_access |
Redirect URL | - | Use this URL to register AssetExplorer and obtain tokens from the authorization server. Ensure the application is accessed using the same host as the redirect URL for OAuth configurations to work. |
Field Name | Explanation |
Graph Endpoint | The global graph endpoint will be pre-populated here. Modify the endpoint if your organization comes under a specific national cloud. Click here to view the list of graph endpoints that correspond to various national clouds. |
Reply to | Specify the email address for the From address in outgoing emails. |
Authorization Server Details (Client ID, Client Secret, Authorization URL, Token URL) | Obtain these details from the authorization server. Microsoft Graph supports Azure as the authorization server. |
Scope | Define the accessibility of the obtained OAuth tokens in the mailbox. For Microsoft Graph protocol, scope will be auto-populated as: Mail.ReadWrite,Mail.Send.Shared,offline_access Know more about default values populated as scope. |
Redirect URL | Use the URL to register AssetExplorer and obtain tokens from the authorization server. Ensure the application is accessed using the same host as the redirect URL for OAuth configurations to work. |