I am struggling to get a succinct answer. Has anyone had to send emails from an Azure hosted website using the graph api? If so i realise i can use delegated permissions and send as the logged in users. I am also familiar about the fact i can assign application permissions for the Mail.Send property. What i am struggling to understand is that if i create a new user like ServiceAccount1@mytenant.com do i then have to assign the "SendAs" permission on that mailbox for all users of my website?
Background: I am creating a pretty standard website hosted in Azure that performs a basic sign off process. The email i am sending is part of a workflow and should come from a generic account, not a user account.
Thanks