watson-developer-cloud / assistant-toolkit

Toolkit for experimentation with watsonx Assistant
Apache License 2.0
108 stars 117 forks source link

feat(mail sending): Add SMTP Mail Sending starter-kit #271

Closed jnxyp closed 3 weeks ago

jnxyp commented 1 month ago

Added a starter-kit that allow user to send emails from WxA with custom SMTP server (like company's email or third-party services like Gmail). The starter-kit contains a simple extension server that receives request from WxA and send emails with SMTP protocol.

Pls see starter-kit readme for more info.