send email for outlook (#10703)

driver implementation for sending emails with microsoft

---------

Co-authored-by: greptile-apps[bot] <165735046+greptile-apps[bot]@users.noreply.github.com>
This commit is contained in:
Guillim
2025-03-07 10:12:49 +01:00
committed by GitHub
parent 53c561e3eb
commit 21c7d2081d
3 changed files with 39 additions and 8 deletions

View File

@ -4,7 +4,8 @@ export const getMicrosoftApisOauthScopes = () => {
'email',
'profile',
'offline_access',
'Mail.Read',
'Mail.ReadWrite',
'Mail.Send',
'Calendars.Read',
'User.Read',
];