From 4faf8ad651106f46585aa53eb5383c5accc291fb Mon Sep 17 00:00:00 2001 From: Sean Whalen <44679+seanthegeek@users.noreply.github.com> Date: Thu, 21 Apr 2022 17:19:42 -0400 Subject: [PATCH] Update README.rst --- README.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/README.rst b/README.rst index 88a8083..b8c51d8 100644 --- a/README.rst +++ b/README.rst @@ -225,6 +225,7 @@ The full set of configuration options are: - ``client_id`` - str: The app registration's client ID - ``client_secret`` - str: The app registration's secret - ``mailbox`` - str: The mailbox name. This defaults to the user that is logged in, but could be a shared mailbox if the user has access to the mailbox + .. note:: You must create an app registration in Azure AD and have an admin grant the Microsoft Graph `Mail.ReadWrite` (delegated) permission to the app.