[PR #1183] [MERGED] feat: 完成邮件通知的html渲染功能。 #1163

Closed
opened 2026-03-03 01:07:59 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/certimate-go/certimate/pull/1183
Author: @allyxmiko
Created: 2/3/2026
Status: Merged
Merged: 2/5/2026
Merged by: @fudiwei

Base: mainHead: html_email_support


📝 Commits (2)

  • 128bc49 feat: 完成邮件通知的html渲染功能。
  • f98c94f revise

📊 Changes

9 files changed (+103 additions, -5 deletions)

View changed files

📝 go.mod (+3 -0)
📝 go.sum (+6 -0)
📝 internal/notify/notifiers/sp_email.go (+1 -0)
pkg/core/notifier/providers/email/consts.go (+6 -0)
📝 pkg/core/notifier/providers/email/email.go (+16 -1)
📝 pkg/core/notifier/providers/email/email_test.go (+39 -2)
📝 ui/src/components/workflow/designer/forms/BizNotifyNodeConfigFieldsProviderEmail.tsx (+24 -2)
📝 ui/src/i18n/locales/en/nls.workflow.nodes.json (+4 -0)
📝 ui/src/i18n/locales/zh/nls.workflow.nodes.json (+4 -0)

📄 Description

完成邮件消息的HTML渲染支持。并且使用bluemonday对HTML邮件进行安全过滤。 #1180


🔄 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/certimate-go/certimate/pull/1183 **Author:** [@allyxmiko](https://github.com/allyxmiko) **Created:** 2/3/2026 **Status:** ✅ Merged **Merged:** 2/5/2026 **Merged by:** [@fudiwei](https://github.com/fudiwei) **Base:** `main` ← **Head:** `html_email_support` --- ### 📝 Commits (2) - [`128bc49`](https://github.com/certimate-go/certimate/commit/128bc492ce6bcf63897cfe00326b723c198e5c35) feat: 完成邮件通知的html渲染功能。 - [`f98c94f`](https://github.com/certimate-go/certimate/commit/f98c94f6298a4b82d45730cbaff77c668a1824ae) revise ### 📊 Changes **9 files changed** (+103 additions, -5 deletions) <details> <summary>View changed files</summary> 📝 `go.mod` (+3 -0) 📝 `go.sum` (+6 -0) 📝 `internal/notify/notifiers/sp_email.go` (+1 -0) ➕ `pkg/core/notifier/providers/email/consts.go` (+6 -0) 📝 `pkg/core/notifier/providers/email/email.go` (+16 -1) 📝 `pkg/core/notifier/providers/email/email_test.go` (+39 -2) 📝 `ui/src/components/workflow/designer/forms/BizNotifyNodeConfigFieldsProviderEmail.tsx` (+24 -2) 📝 `ui/src/i18n/locales/en/nls.workflow.nodes.json` (+4 -0) 📝 `ui/src/i18n/locales/zh/nls.workflow.nodes.json` (+4 -0) </details> ### 📄 Description 完成邮件消息的HTML渲染支持。并且使用bluemonday对HTML邮件进行安全过滤。 #1180 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-03 01:07:59 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/certimate#1163
No description provided.