mirror of
https://github.com/langgenius/dify-official-plugins.git
synced 2026-07-22 01:55:27 -04:00
[PR #546] [MERGED] feat: enhance email sending tool to support CC and BCC recipients #1432
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 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:
main← Head:email_plugin_1📝 Commits (4)
d464b2bfix: update dify_plugin version to 0.0.1b74f44df9efix: change return type to generator for email sending tool880029afeat: enhance email sending tool to support CC and BCC recipientsa3c5890fix: 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:
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.