Has anyone ever used microsoft graph?
//learn.microsoft.com/en-us/graph/overview
//developer.microsoft.com/en-us/graph/graph-explorer
All I want to do is send very basic emails from a python script using an Office 365 email account. After messing around with a few things it seemed like Graph was my only real option.
I have had to go to our Group IT dept to get all the Azure stuff setup which is now done but I cannot for the life of me piece together how to construct the requests!
I think I have to make a 1st call to generate and access token and then use that token int eh send mail call - but I am at a loss how to get teh token