mirror of
https://github.com/langgenius/dify-official-plugins.git
synced 2026-07-22 10:05:23 -04:00
[PR #439] [MERGED] Email markdown to html and add attachments #1369
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/439
Author: @mendybraun
Created: 3/12/2025
Status: ✅ Merged
Merged: 4/9/2025
Merged by: @crazywoola
Base:
main← Head:email📝 Commits (7)
f003a2fMerge /tools/email changes from upstream-production79e7ffeMerge branch 'main' into emailc5546d6Update tools/email with enhanced readme file and solved conflicts4df034aMerge branch 'main' into emaildc8fcd2enhanced readme1c9ebe3Merge branch 'email' of https://github.com/mendybraun/dify-official-plugins into emailfa5dee6updated to version 0.0.6📊 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.