mirror of
https://github.com/whyour/qinglong.git
synced 2026-07-17 09:34:31 +08:00
邮箱通知支持多个收件人
This commit is contained in:
+5
-1
@@ -400,7 +400,7 @@ export default {
|
||||
),
|
||||
required: true,
|
||||
},
|
||||
{ label: 'emailUser', tip: intl.get('邮箱地址'), required: true },
|
||||
{ label: 'emailUser', tip: intl.get('邮箱认证地址'), required: true },
|
||||
{
|
||||
label: 'emailPass',
|
||||
tip: intl.get(
|
||||
@@ -408,6 +408,10 @@ export default {
|
||||
),
|
||||
required: true,
|
||||
},
|
||||
{
|
||||
label: 'emailTo',
|
||||
tip: intl.get('收件邮箱地址,多个分号分隔,默认发送给发件邮箱地址'),
|
||||
},
|
||||
],
|
||||
pushMe: [
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user