Entra Emailing Setup

Revision as of 22:11, 27 November 2025 by Mike (talk | contribs) (Created page with "'''Setup Entra for Zinform 6 to Send Email''' Login to Entra portal: <nowiki>https://portal.azure.com/</nowiki> Quick link after logging in <nowiki>https://portal.azure.com/#view/Microsoft_AAD_IAM/ActiveDirectoryMenuBlade/~/RegisteredApps</nowiki> 1)     New Registration 2)     Register Page 3)     Record the Client and Tenant Id’s 4)     Generate and record a Secret’s details (Value Only Shows Once) a.     Give it a Description b.    Set the Exp...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Setup Entra for Zinform 6 to Send Email


Login to Entra portal: https://portal.azure.com/

Quick link after logging in https://portal.azure.com/#view/Microsoft_AAD_IAM/ActiveDirectoryMenuBlade/~/RegisteredApps

1)     New Registration

2)     Register Page

3)     Record the Client and Tenant Id’s

4)     Generate and record a Secret’s details (Value Only Shows Once)

a.     Give it a Description

b.    Set the Expires appropriately for you

5)     Add Api Permissions

a.     User.Read (Should be there as default)

b.    Microsoft Graph > Delegated > Mail.Send (For Send as a User)

c.     Microsoft Graph > Application > Mail.Send (To allow the software to Send as any user Important!)

You will need Admin Consent for the Application Permission.

Make sure “Grant admin consent for XXXXX” is clicked.


Once saved that is all that is required.

We will require: TenantId, ClientId and Secret for the software to send emails.  From there we can set up as a global sender ie account@exodesk.com or an individual user john.sample@exodesk.com