stephen-bracken opened a new issue, #71541: URL: https://github.com/apache/airflow/issues/71541
### Description Airflow provides built-in functionality to send email notifications on task state changes via SMTP. This works with on-premises mail servers and SMTP relays to cloud providers, however the recommended way to send emails in Outlook 365 programmatically is now via Microsoft Graph. With the deprecation of EWS this year it is possible that Microsoft stops supporting the SMTP relay route in the future as well ### Use case/motivation Add support for sending emails using Office365 / Outlook cloud accounts via Microsoft Graph to the Azure provider. ### Related issues _No response_ ### Are you willing to submit a PR? - [ ] Yes I am willing to submit a PR! ### Code of Conduct - [x] I agree to follow this project's [Code of Conduct](https://github.com/apache/airflow/blob/main/CODE_OF_CONDUCT.md) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
