From 14b1e3aefbe6ff29bd1da7592d13eab446658bba Mon Sep 17 00:00:00 2001 From: heikokue <74769863+heikokue@users.noreply.github.com> Date: Thu, 25 Mar 2021 10:45:45 +0100 Subject: [PATCH] email node: improved EN help and added DE help (#781) --- social/email/locales/de/61-email.html | 67 ++++++++++++++++++++++++ social/email/locales/de/61-email.json | 4 +- social/email/locales/en-US/61-email.html | 14 +++-- 3 files changed, 75 insertions(+), 10 deletions(-) create mode 100644 social/email/locales/de/61-email.html diff --git a/social/email/locales/de/61-email.html b/social/email/locales/de/61-email.html new file mode 100644 index 00000000..5e21c7b2 --- /dev/null +++ b/social/email/locales/de/61-email.html @@ -0,0 +1,67 @@ + + + + + \ No newline at end of file diff --git a/social/email/locales/de/61-email.json b/social/email/locales/de/61-email.json index df7bac5b..f990b48f 100644 --- a/social/email/locales/de/61-email.json +++ b/social/email/locales/de/61-email.json @@ -33,9 +33,9 @@ }, "default-message": "__description__\n\nDatei von Node-RED ist angehängt: __filename__", "tip": { - "cred": "Hinweis: Berechtigungen von globaler emailkeys.js-Datei kopiert", + "cred": "Hinweis: Berechtigungen von globaler emailkeys.js-Datei kopiert", "recent": "Tipp: Es wird nur die letzte E-Mail abgerufen", - "mta": "Hinweis: Um Ports unter 1024 zu verwenden könnten höhere (root) Rechte benötigt werden. Siehe Hilfe-Seitenleiste." + "mta": "Hinweis: Um Ports unter 1024 zu verwenden könnten höhere (root) Rechte benötigt werden. Siehe Hilfe-Seitenleiste." }, "status": { "messagesent": "Nachricht gesendet: __response__", diff --git a/social/email/locales/en-US/61-email.html b/social/email/locales/en-US/61-email.html index 3806b8de..47691867 100644 --- a/social/email/locales/en-US/61-email.html +++ b/social/email/locales/en-US/61-email.html @@ -6,8 +6,8 @@ msg.inReplyTo, msg.references, msg.headers, or msg.priority properties.

You may optionally set msg.from in the payload which will override the userid default value.

-

GMail users

-

If you are accessing GMail you may need to either enable an application password, +

Gmail users

+

If you are accessing Gmail you may need to either enable an application password, or enable less secure access via your Google account settings.

Details

The payload can be html format.

@@ -21,7 +21,7 @@