Entra Emailing Setup: Difference between revisions
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..." |
No edit summary |
||
| Line 1: | Line 1: | ||
'''Setup Entra for Zinform 6 to Send Email''' | == '''Setup Entra for Zinform 6 to Send Email''' == | ||
| Line 6: | Line 6: | ||
Quick link after logging in <nowiki>https://portal.azure.com/#view/Microsoft_AAD_IAM/ActiveDirectoryMenuBlade/~/RegisteredApps</nowiki> | Quick link after logging in <nowiki>https://portal.azure.com/#view/Microsoft_AAD_IAM/ActiveDirectoryMenuBlade/~/RegisteredApps</nowiki> | ||
1) New Registration | === 1) New Registration === | ||
[[File:Entra1.png]] | |||
2) Register Page | === 2) Register Page === | ||
[[File:Entra2.png]] | |||
3) Record the Client and Tenant Id’s | === 3) Record the Client and Tenant Id’s === | ||
[[File:Entra3.png]] | |||
=== 4) Generate and record a Secret’s details (Value Only Shows Once) === | |||
a. Give it a Description | a. Give it a Description | ||
b. Set the Expires appropriately for you | b. Set the Expires appropriately for you | ||
[[File:Entra4.png|none|thumb|589x589px]] | |||
5) Add Api Permissions | === 5) Add Api Permissions === | ||
a. User.Read (Should be there as default) | a. User.Read (Should be there as default) | ||
| Line 25: | Line 27: | ||
c. Microsoft Graph > Application > Mail.Send (To allow the software to Send as any user Important!) | c. Microsoft Graph > Application > Mail.Send (To allow the software to Send as any user Important!) | ||
[[File:Entra5.png|none|thumb|637x637px]] | |||
You will need Admin Consent for the Application Permission. | You will need Admin Consent for the Application Permission. | ||
Make sure “Grant admin consent for XXXXX” is clicked. | Make sure “Grant admin consent for XXXXX” is clicked. | ||
Once saved that is all that is required. | Once saved that is all that is required. | ||
Zinform 6 will require: TenantId, ClientId and Secret for the software to send emails. From there it can set up as a global sender i.e. accounts@exodesk.com or an individual user john.sample@exodesk.com. | |||
Latest revision as of 22:24, 27 November 2025
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.
Zinform 6 will require: TenantId, ClientId and Secret for the software to send emails. From there it can set up as a global sender i.e. accounts@exodesk.com or an individual user john.sample@exodesk.com.


