Forum Discussion
Lakshmi_145
Oct 12, 2023Iron Contributor
Send email from bot personal chat to a valid email
We are working on a bot framework application.
We want to implement a feature where users can send emails through their teams bot application.
From should be the teams user email address and to will be a valid email address we set.
Once the user confirms, email should be sent to the valid email address from bot.
1 Reply
- Meghana-MSFTFormer EmployeeYou can use Graph API to send email. Please check this document https://learn.microsoft.com/en-us/graph/api/user-sendmail?view=graph-rest-1.0&tabs=http.