The requirement for our application is to send emails from current user.
The trigger is created from SharePoint.
We tried Outlook from Logic Apps( But it requires to sign-in initially whoever creates the Logic App. Tried the 'Send on Behalf'function. But we can't provide that access to all the users.)
We tried SendGrid. But because of it's email limitation and since it's a third party, we couldn't use it.
We tried Microsoft.Office.Interop.Outlook, but couldn't get a fruitful outcome.
We don't have smtp server as well.
We have an Azure and SharePoint Subscription. Is there any method to send from current user or on behalf of current user using these?
Is there any built-in Outlook options that we can leverage to send emails in Azure? There is an option called Exchange Online in Azure. But couldn't find enough documentation to actually implement it.