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:
@ -4,7 +4,8 @@ export const getMicrosoftApisOauthScopes = () => {
|
||||
'email',
|
||||
'profile',
|
||||
'offline_access',
|
||||
'Mail.Read',
|
||||
'Mail.ReadWrite',
|
||||
'Mail.Send',
|
||||
'Calendars.Read',
|
||||
'User.Read',
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user