Skip to content

Commit

Permalink
Add send mail scope
Browse files Browse the repository at this point in the history
  • Loading branch information
Bogdan Kovalev (bkovalev) committed Jul 1, 2021
1 parent 226b87b commit e1723e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion appsscript.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@
"executeAs": "USER_DEPLOYING"
},
"exceptionLogging": "STACKDRIVER",
"oauthScopes": ["https://www.googleapis.com/auth/script.external_request", "https://www.googleapis.com/auth/script.scriptapp"],
"oauthScopes": ["https://www.googleapis.com/auth/script.send_mail", "https://www.googleapis.com/auth/script.external_request", "https://www.googleapis.com/auth/script.scriptapp"],
"runtimeVersion": "V8"
}

0 comments on commit e1723e7

Please sign in to comment.