I’m trying to code something where users will connect using their Microsoft account and will then be able to send an email that will be sent through their Microsoft email address.
I was able to set the authentication without any issue, but now that I try sending an email, it is not working, and I suspect it is because I don’t have the required permission in Azure for my app.
I tried adding the GRAPH permission for Mail.Send, but unfortunately only two options are showing:
What I am missing to be able to see and add the other types of permissions?
I tried setting up a completely new app and that didn’t solve my issue.
DeWitt is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.