mirror of
https://github.com/certimate-go/certimate.git
synced 2026-04-25 20:55:52 +03:00
[PR #1183] [MERGED] feat: 完成邮件通知的html渲染功能。 #1163
Labels
No labels
announcement
backlog
bug
declined
documentation
duplicate
enhancement
good first issue
good first issue
help wanted
invalid
pull-request
question
stale
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/certimate#1163
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
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/certimate-go/certimate/pull/1183
Author: @allyxmiko
Created: 2/3/2026
Status: ✅ Merged
Merged: 2/5/2026
Merged by: @fudiwei
Base:
main← Head:html_email_support📝 Commits (2)
128bc49feat: 完成邮件通知的html渲染功能。f98c94frevise📊 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.