[PR #439] [MERGED] Email markdown to html and add attachments #1369

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

📋 Pull Request Information

Original PR: https://github.com/langgenius/dify-official-plugins/pull/439
Author: @mendybraun
Created: 3/12/2025
Status: Merged
Merged: 4/9/2025
Merged by: @crazywoola

Base: mainHead: email


📝 Commits (7)

📊 Changes

9 files changed (+498 additions, -46 deletions)

View changed files

📝 tools/email/README.md (+20 -2)
tools/email/_assets/email_3.PNG (+0 -0)
📝 tools/email/manifest.yaml (+1 -1)
tools/email/tools/markdown_utils.py (+219 -0)
📝 tools/email/tools/send.py (+68 -23)
📝 tools/email/tools/send_mail.py (+55 -2)
📝 tools/email/tools/send_mail.yaml (+25 -0)
📝 tools/email/tools/send_mail_batch.py (+86 -18)
📝 tools/email/tools/send_mail_batch.yaml (+24 -0)

📄 Description

add option in email tool to convert markdown content to HTML and added option to add attachments to the email (for single and batch emails)


🔄 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/439 **Author:** [@mendybraun](https://github.com/mendybraun) **Created:** 3/12/2025 **Status:** ✅ Merged **Merged:** 4/9/2025 **Merged by:** [@crazywoola](https://github.com/crazywoola) **Base:** `main` ← **Head:** `email` --- ### 📝 Commits (7) - [`f003a2f`](https://github.com/langgenius/dify-official-plugins/commit/f003a2f9279d89dee51f1e77ab0d232894713913) Merge /tools/email changes from upstream-production - [`79e7ffe`](https://github.com/langgenius/dify-official-plugins/commit/79e7ffe4261c2e26052d7457a909f3f5f729e67b) Merge branch 'main' into email - [`c5546d6`](https://github.com/langgenius/dify-official-plugins/commit/c5546d6a83f6ce387bc5e5b3311335ee5aac7752) Update tools/email with enhanced readme file and solved conflicts - [`4df034a`](https://github.com/langgenius/dify-official-plugins/commit/4df034a23e609bbb890c3d2dbe4f4bcb97381920) Merge branch 'main' into email - [`dc8fcd2`](https://github.com/langgenius/dify-official-plugins/commit/dc8fcd2653b23bbec05e628ce1696edbd6f0a12e) enhanced readme - [`1c9ebe3`](https://github.com/langgenius/dify-official-plugins/commit/1c9ebe327f627804cf216ab6beaebd4e4fc69613) Merge branch 'email' of https://github.com/mendybraun/dify-official-plugins into email - [`fa5dee6`](https://github.com/langgenius/dify-official-plugins/commit/fa5dee687a0595ed41dce8328927bfb0b5e759e1) updated to version 0.0.6 ### 📊 Changes **9 files changed** (+498 additions, -46 deletions) <details> <summary>View changed files</summary> 📝 `tools/email/README.md` (+20 -2) ➕ `tools/email/_assets/email_3.PNG` (+0 -0) 📝 `tools/email/manifest.yaml` (+1 -1) ➕ `tools/email/tools/markdown_utils.py` (+219 -0) 📝 `tools/email/tools/send.py` (+68 -23) 📝 `tools/email/tools/send_mail.py` (+55 -2) 📝 `tools/email/tools/send_mail.yaml` (+25 -0) 📝 `tools/email/tools/send_mail_batch.py` (+86 -18) 📝 `tools/email/tools/send_mail_batch.yaml` (+24 -0) </details> ### 📄 Description add option in email tool to convert markdown content to HTML and added option to add attachments to the email (for single and batch emails) --- <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:45 -05:00
yindo closed this issue 2026-02-16 10:22:45 -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#1369