microsoft / botbuilder-dotnet

Welcome to the Bot Framework SDK for .NET repository, which is the home for the libraries and packages that enable developers to build sophisticated bot applications using .NET.
https://github.com/Microsoft/botframework
MIT License
872 stars 479 forks source link

Send email from bot personal chat to a valid email #6700

Closed jsquire closed 8 months ago

jsquire commented 11 months ago

Issue Transfer

This issue has been transferred from the Azure SDK for .NET repository, #39224>.

Please be aware that @Aiswarya1794 is the author of the original issue and include them for any questions or replies.

Details

Library name and version

Azure Bot Service

Query/Question

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.

Environment

No response

tracyboehrer commented 8 months ago

This is outside the scope of the bot SDK. Existing support for sending emails already exists in external packages.