From 827ed3f6f32b4cc4ff9f6a45e4d8af3c9a87e974 Mon Sep 17 00:00:00 2001 From: Chris Caron Date: Thu, 5 Dec 2024 19:09:17 -0500 Subject: [PATCH] Updated Notify_office365 (markdown) --- Notify_office365.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Notify_office365.md b/Notify_office365.md index fabcfec..5dcdc84 100644 --- a/Notify_office365.md +++ b/Notify_office365.md @@ -23,6 +23,7 @@ You will need to have a valid Microsoft Personal Account AND you will require Ad 1. Click on **Microsoft Graph** 1. Click on **Application Permissions** and search for **Mail.Send**; You will want to check this box too on the match found. 1. Additionally grant access to the (**Application Permission**) **Mail.ReadWrite** scope to allow the sending of large attachments (> 3MB in size). **Mail.ReadWrite** allows Apprise to prepares a Draft message with the large attachment so that it can be sent thereafter. +1. Additionally grant access to the (**Application Permission**) **User.Read.All** if you intend to pass in an ObjectID as the `source` and not an email. Apprise will use the ObjectID to acquire the email associated with the account; this is nessisary to be able to support the `From` portion of the email address. 1. Now you're good to go. :slightly_smiling_face: ## Syntax: