mirror of
https://github.com/certd/certd.git
synced 2026-04-05 07:20:56 +08:00
19 lines
459 B
YAML
19 lines
459 B
YAML
name: email
|
|
title: 电子邮件
|
|
desc: 电子邮件通知
|
|
order: -100
|
|
input:
|
|
receivers:
|
|
title: 收件人邮箱
|
|
component:
|
|
name: email-selector
|
|
vModel: value
|
|
mode: tags
|
|
required: true
|
|
helper: |-
|
|
可以填写多个,填写一个按回车键再填写下一个
|
|
需要先[配置邮件服务器](#/sys/settings/email)
|
|
pluginType: notification
|
|
type: builtIn
|
|
scriptFilePath: /plugins/plugin-notification/email/index.js
|