[PR #546] [MERGED] feat: enhance email sending tool to support CC and BCC recipients #1432

Closed
opened 2026-02-16 10:22:55 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/langgenius/dify-official-plugins/pull/546
Author: @itning
Created: 3/22/2025
Status: Merged
Merged: 3/24/2025
Merged by: @crazywoola

Base: mainHead: email_plugin_1


📝 Commits (4)

  • d464b2b fix: update dify_plugin version to 0.0.1b74
  • f44df9e fix: change return type to generator for email sending tool
  • 880029a feat: enhance email sending tool to support CC and BCC recipients
  • a3c5890 fix: update plugin version to 0.0.5

📊 Changes

7 files changed (+247 additions, -133 deletions)

View changed files

📝 tools/email/manifest.yaml (+1 -1)
📝 tools/email/requirements.txt (+1 -1)
📝 tools/email/tools/send.py (+26 -27)
📝 tools/email/tools/send_mail.py (+46 -9)
📝 tools/email/tools/send_mail.yaml (+55 -33)
📝 tools/email/tools/send_mail_batch.py (+63 -29)
📝 tools/email/tools/send_mail_batch.yaml (+55 -33)

📄 Description

what change:

  1. fix: update dify_plugin version to 0.0.1b74
  2. fix: change return type to generator for email sending tool
  3. feat: enhance email sending tool to support CC and BCC recipients
  4. fix: update plugin version to 0.0.5

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/langgenius/dify-official-plugins/pull/546 **Author:** [@itning](https://github.com/itning) **Created:** 3/22/2025 **Status:** ✅ Merged **Merged:** 3/24/2025 **Merged by:** [@crazywoola](https://github.com/crazywoola) **Base:** `main` ← **Head:** `email_plugin_1` --- ### 📝 Commits (4) - [`d464b2b`](https://github.com/langgenius/dify-official-plugins/commit/d464b2b4585fcefbeb4c0e84f5a78826af12273d) fix: update dify_plugin version to 0.0.1b74 - [`f44df9e`](https://github.com/langgenius/dify-official-plugins/commit/f44df9eb6f1e2113db22a74a85424d146f769a56) fix: change return type to generator for email sending tool - [`880029a`](https://github.com/langgenius/dify-official-plugins/commit/880029a92af76d603065e53462aeb792ff7648a1) feat: enhance email sending tool to support CC and BCC recipients - [`a3c5890`](https://github.com/langgenius/dify-official-plugins/commit/a3c5890acc71602ee733d6d4afa26e9ef65e040c) fix: update plugin version to 0.0.5 ### 📊 Changes **7 files changed** (+247 additions, -133 deletions) <details> <summary>View changed files</summary> 📝 `tools/email/manifest.yaml` (+1 -1) 📝 `tools/email/requirements.txt` (+1 -1) 📝 `tools/email/tools/send.py` (+26 -27) 📝 `tools/email/tools/send_mail.py` (+46 -9) 📝 `tools/email/tools/send_mail.yaml` (+55 -33) 📝 `tools/email/tools/send_mail_batch.py` (+63 -29) 📝 `tools/email/tools/send_mail_batch.yaml` (+55 -33) </details> ### 📄 Description what change: 1. [fix: update dify_plugin version to 0.0.1b74](https://github.com/langgenius/dify-official-plugins/commit/d464b2b4585fcefbeb4c0e84f5a78826af12273d) 2. [fix: change return type to generator for email sending tool](https://github.com/langgenius/dify-official-plugins/commit/f44df9eb6f1e2113db22a74a85424d146f769a56) 3. [feat: enhance email sending tool to support CC and BCC recipients](https://github.com/langgenius/dify-official-plugins/commit/880029a92af76d603065e53462aeb792ff7648a1) 4. [fix: update plugin version to 0.0.5](https://github.com/langgenius/dify-official-plugins/commit/a3c5890acc71602ee733d6d4afa26e9ef65e040c) --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-02-16 10:22:55 -05:00
yindo closed this issue 2026-02-16 10:22:55 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langgenius/dify-official-plugins#1432