Configure SMTP Settings for the Jet Scheduler
Overview
The Jet Scheduler (part of the Jet Excel add-in) can send scheduled reports via Simplified Mail Transfer Protocol (SMTP). Before using this feature, you must first configure your SMTP settings.
You need to contact your network administrator for the settings that are used by your organization.
Configuring Basic Authentication
-
Open Jet Reports and go to App Settings. The App Settings page is displayed.
Select Email.
In Email Method, select Basic Authentication.
In Server, enter the SMTP server address.
In the From section, mention the email address from which the reports will be sent (if using a different email address, then the user running the tasks must be an alias or must have a shared inbox).
-
If you want to provide authentication information, select Use advanced settings.
Port: The default port number is 25. Change the port number or leave it as is if you want to use the default port number.
Username: Enter the SMTP username.
Password: Enter the SMTP password.
Use SSL encryption: If your email server users Secure Sockets Layer communications protocol (SSL, also known as Transport Layer Security), select Use SSL encryption.
- In Send method, select Defined in App Settings (recommended) to use the current option (Basic Authentication) selected from the Email Method dropdown.
Test your settings using the Send or Test button (versions 2015 Update 1 and higher).
Note: Microsoft has deprecated Basic Authentication for Exchange Online, and we expect this method to stop working in the future, please update to use the new M365 Authentication method for SMTP: Deprecation of Basic authentication in Exchange Online.
Configuring Microsoft 365 Authentication
Before configuring Microsoft Entra ID, make sure you have access to the following:
Azure portal administrator account.
A valid Office mailbox with any shared or alias permissions has been setup previously.
To configure Microsoft Entra ID
Go to Azure, and sign in to your account.
In Create your app, select Microsoft Entra ID > App Registrations > Add. The Register an Application page is displayed.
-
Enter the following details and click Register.
Name: Enter the name of your app.
Supported account types: Select Any Azure AD Directory - Multi Tenant.
Redirect URL: Select Public client/native (mobile & desktop), and enter https://login.microsoftonline.com/common/oauth2/nativeclient.
- Go to API permissions. The API permissions page is displayed.
- Select Add a Permission > Microsoft Graph > Delegated Permisisons.
- Select Mail.Send.Shared permission > Add Permission.
Note: Make sure Grant admin consent for your company using your administrator account.
- Record Application (Client) ID and Directory (Tenant) ID.
To configure Microsoft 365 authentication In Jet
Open Jet Reports and go to App SettingsThe App Settings page is displayed.
-
Select Email.
In Email Method, select Microsoft 365 Authentication.
Enter Application (Client) ID and Directory (Tenant) ID that you have recorded while configuring Microsoft Entra ID.
Select sign in and enter the credentials for the mailbox you wish to setup to send emails from.
If you’re using an alias or a shared inbox, change the From text-box to the alias or shared email address.
Test by entering an email you have access to in the To text-box and selecting Send to send a test email.