[PR #1223] [CLOSED] fix: SendEmailToolParameters miss sender_address、reply_to_address bug #1779

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

📋 Pull Request Information

Original PR: https://github.com/langgenius/dify-official-plugins/pull/1223
Author: @iguowz
Created: 7/4/2025
Status: Closed

Base: mainHead: patch-1


📝 Commits (1)

  • f1a0d9c Update send_mail_batch.py

📊 Changes

1 file changed (+11 additions, -2 deletions)

View changed files

📝 tools/email/tools/send_mail_batch.py (+11 -2)

📄 Description

fix: 添加发件人地址和回复地址参数

  • 引入及校验 sender_address、reply_to_address
  • 在 SendEmailToolParameters 中添加 sender_address、reply_to_address

🔄 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/1223 **Author:** [@iguowz](https://github.com/iguowz) **Created:** 7/4/2025 **Status:** ❌ Closed **Base:** `main` ← **Head:** `patch-1` --- ### 📝 Commits (1) - [`f1a0d9c`](https://github.com/langgenius/dify-official-plugins/commit/f1a0d9c742645e68a900d167723d812c961f382a) Update send_mail_batch.py ### 📊 Changes **1 file changed** (+11 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `tools/email/tools/send_mail_batch.py` (+11 -2) </details> ### 📄 Description fix: 添加发件人地址和回复地址参数 - 引入及校验 sender_address、reply_to_address - 在 SendEmailToolParameters 中添加 sender_address、reply_to_address --- <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:23:57 -05:00
yindo closed this issue 2026-02-16 10:23:57 -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#1779