How to Setup Outlook Email
Last updated
Last updated
We currently provide integration between 3Dolphins and Outlook email. The following are prerequisites that you must meet before continuing with the integration:
You must already have a business email.
The email must have an Office 365 subscription.
After ensuring that you meet the minimum requirements listed above, please create a registration app on Microsoft Azure. First, sign in to the https://portal.azure.com/#home page using your business email account.
Then, open the App Registrations menu. On the app registrations page, click the '+ New Registrations' button.
Enter your application’s registration information:
Name: Enter the application name that will be displayed to the users.
Select Accounts in any organizational directory and personal Microsoft accounts option from the Supported account types section.
Select platform 'Web' and filled URL with https://[url]/dolphin/channel/authorization/channel-email-outlook.xhtml
Then, click the 'Register' button to create the application.
After a few moments, the newly created application registration will open.
Save the Client ID and Tenant ID information from your app.
Create your client credentials by clicking the 'Add a certificate or secret' button. Then, click the 'New client secret' button.
In the dialog that pop-up, enter an optional description for the client secret and select periode expired from the Expires drop-down list button, and then Click the 'Add' button.
Your client secret was successfully created. Remember to save the client secret's value and expiration date.
After successfully creating the Azure application, you must use Windows PowerShell to modify IMAP & SMTP email, so it has full access. Here are the command modify for each operating system.
First, open windows powershell as Administrator. Then, enter the following command.
Then, click Enter and enter Y. Wait until the installation package is complete then enter the next command.
Log in using your business email address and password. Wait until the process is complete. Then, enter the following command.
Then, log in again with your business email. After connecting successfully, enter the application data into the variable by:
Your email channel can receive inbound emails if you are already on this step. The following is the command to get full access to outbound email.
If your operating system is Mac, you must first install Powershell using the terminal command below.
Then, open windows powershell as Administrator and enter the following command.
Then, click Enter and enter Y. Wait until the installation package is complete then enter the next command.
Log in using your business email address and password. Wait until the process is complete. Then, enter the following command.
Then, log in again with your business email. After connecting successfully, enter the application data into the variable by:
Your email channel can receive inbound emails if you are already on this step. The following is the command to get full access to outbound emails.