Hi,
You can send emails using MS Graph as you guessed:
https://learn.microsoft.com/en-us/graph/api/user-sendmail?view=graph-rest-1.0&tabs=http
Hope this helps.
Cristian
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
How to send mail using O365 API ? Any C# code will be helpful.
Is Microsoft graph related to O365 API
I am trying to send mails from Azure Web App using O365 API and from Azure function using O365 API ( i dont want to use Logic app to send mail via O365 )
Hi,
You can send emails using MS Graph as you guessed:
https://learn.microsoft.com/en-us/graph/api/user-sendmail?view=graph-rest-1.0&tabs=http
Hope this helps.
Cristian
If you have an Office 365 account then you can send using System.Net.Mail. I use this technique.
https://blog.elmah.io/how-to-send-emails-from-csharp-net-the-definitive-tutorial/