@nocobase/plugin-notification-email 2.0.0-alpha.42 → 2.0.0-alpha.44
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/externalVersion.js
CHANGED
|
@@ -8,10 +8,10 @@
|
|
|
8
8
|
*/
|
|
9
9
|
|
|
10
10
|
module.exports = {
|
|
11
|
-
"@nocobase/client": "2.0.0-alpha.
|
|
11
|
+
"@nocobase/client": "2.0.0-alpha.44",
|
|
12
12
|
"react": "18.2.0",
|
|
13
|
-
"@nocobase/plugin-notification-manager": "2.0.0-alpha.
|
|
14
|
-
"@nocobase/utils": "2.0.0-alpha.
|
|
15
|
-
"@nocobase/server": "2.0.0-alpha.
|
|
13
|
+
"@nocobase/plugin-notification-manager": "2.0.0-alpha.44",
|
|
14
|
+
"@nocobase/utils": "2.0.0-alpha.44",
|
|
15
|
+
"@nocobase/server": "2.0.0-alpha.44",
|
|
16
16
|
"react-i18next": "11.18.6"
|
|
17
17
|
};
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
{
|
|
2
|
+
"Email": "Электронная почта",
|
|
3
|
+
"From": "От",
|
|
4
|
+
"To": "Кому",
|
|
5
|
+
"CC": "Копия",
|
|
6
|
+
"BCC": "Скрытая копия",
|
|
7
|
+
"Add email address": "Добавить адрес электронной почты",
|
|
8
|
+
"Subject": "Тема",
|
|
9
|
+
"Content": "Содержание",
|
|
10
|
+
"Host": "Хост",
|
|
11
|
+
"Port": "Порт",
|
|
12
|
+
"Secure": "Безопасный",
|
|
13
|
+
"Account": "Аккаунт",
|
|
14
|
+
"Password": "Пароль",
|
|
15
|
+
"Configure": "Настроить",
|
|
16
|
+
"The email address that will be used as the sender": "Адрес электронной почты, который будет использоваться как отправитель",
|
|
17
|
+
"SMTP mail": "SMTP почта",
|
|
18
|
+
"SMTP server host": "Хост SMTP сервера",
|
|
19
|
+
"Content type": "Тип содержимого",
|
|
20
|
+
"Plain text": "Обычный текст",
|
|
21
|
+
"Transport": "Транспорт"
|
|
22
|
+
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"name":"nodemailer","version":"6.9.7","description":"Easy as cake e-mail sending from your Node.js applications","main":"lib/nodemailer.js","scripts":{"test":"grunt --trace-warnings","update":"rm -rf node_modules/ package-lock.json && ncu -u && npm install"},"repository":{"type":"git","url":"https://github.com/nodemailer/nodemailer.git"},"keywords":["Nodemailer"],"author":"Andris Reinman","license":"MIT-0","bugs":{"url":"https://github.com/nodemailer/nodemailer/issues"},"homepage":"https://nodemailer.com/","devDependencies":{"@aws-sdk/client-ses":"3.433.0","aws-sdk":"2.1478.0","bunyan":"1.8.15","chai":"4.3.10","eslint-config-nodemailer":"1.2.0","eslint-config-prettier":"9.0.0","grunt":"1.6.1","grunt-cli":"1.4.3","grunt-eslint":"24.3.0","grunt-mocha-test":"0.13.3","libbase64":"1.2.1","libmime":"5.2.1","libqp":"2.0.1","mocha":"10.2.0","nodemailer-ntlm-auth":"1.0.4","proxy":"1.0.2","proxy-test-server":"1.0.0","sinon":"17.0.0","smtp-server":"3.13.0"},"engines":{"node":">=6.0.0"},"_lastModified":"2025-11-
|
|
1
|
+
{"name":"nodemailer","version":"6.9.7","description":"Easy as cake e-mail sending from your Node.js applications","main":"lib/nodemailer.js","scripts":{"test":"grunt --trace-warnings","update":"rm -rf node_modules/ package-lock.json && ncu -u && npm install"},"repository":{"type":"git","url":"https://github.com/nodemailer/nodemailer.git"},"keywords":["Nodemailer"],"author":"Andris Reinman","license":"MIT-0","bugs":{"url":"https://github.com/nodemailer/nodemailer/issues"},"homepage":"https://nodemailer.com/","devDependencies":{"@aws-sdk/client-ses":"3.433.0","aws-sdk":"2.1478.0","bunyan":"1.8.15","chai":"4.3.10","eslint-config-nodemailer":"1.2.0","eslint-config-prettier":"9.0.0","grunt":"1.6.1","grunt-cli":"1.4.3","grunt-eslint":"24.3.0","grunt-mocha-test":"0.13.3","libbase64":"1.2.1","libmime":"5.2.1","libqp":"2.0.1","mocha":"10.2.0","nodemailer-ntlm-auth":"1.0.4","proxy":"1.0.2","proxy-test-server":"1.0.0","sinon":"17.0.0","smtp-server":"3.13.0"},"engines":{"node":">=6.0.0"},"_lastModified":"2025-11-21T01:39:21.996Z"}
|
package/package.json
CHANGED
|
@@ -1,11 +1,14 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@nocobase/plugin-notification-email",
|
|
3
|
-
"version": "2.0.0-alpha.
|
|
3
|
+
"version": "2.0.0-alpha.44",
|
|
4
4
|
"displayName": "Notification: Email",
|
|
5
|
+
"displayName.ru-RU": "Уведомления: Электронная почта (Email)",
|
|
5
6
|
"displayName.zh-CN": "通知:电子邮件",
|
|
6
7
|
"description": "Used for sending email notifications with built-in SMTP transport.",
|
|
8
|
+
"description.ru-RU": "Используется для отправки уведомлений по электронной почте с помощью встроенного SMTP транспорта.",
|
|
7
9
|
"description.zh-CN": "通过电子邮件渠道发送通知,目前只支持 SMTP 传输方式。",
|
|
8
10
|
"homepage": "https://docs.nocobase.com/handbook/notification-email",
|
|
11
|
+
"homepage.ru-RU": "https://docs-ru.nocobase.com/handbook/notification-email",
|
|
9
12
|
"homepage.zh-CN": "https://docs-cn.nocobase.com/handbook/notification-email",
|
|
10
13
|
"main": "dist/server/index.js",
|
|
11
14
|
"devDependencies": {
|
|
@@ -21,5 +24,5 @@
|
|
|
21
24
|
"keywords": [
|
|
22
25
|
"Notification"
|
|
23
26
|
],
|
|
24
|
-
"gitHead": "
|
|
27
|
+
"gitHead": "075bd484c270740fe9b02f1989818da91139b6b9"
|
|
25
28
|
}
|