diff --git a/social/email/locales/en-US/61-email.html b/social/email/locales/en-US/61-email.html index fbd90e63..393573e3 100644 --- a/social/email/locales/en-US/61-email.html +++ b/social/email/locales/en-US/61-email.html @@ -8,6 +8,16 @@ default value.

Gmail users

If you are accessing Gmail you may need to either enable an application password.

+

Authentication

+

When connecting to a SMTP server, two authentication types are available: Basic and XOAuth2.

+ +

SASL Formatting:

+

SASL XOAuth2 tokens are created by combining the username and token, encoding it in base64, and passing it to the mail server in the following format:

+
base64("user=" + userName + "^Aauth=Bearer " + accessToken + "^A^A")
+

If the checkbox is unticked, flow creators can format the token themselves before passing it to the node.

Details

The payload can be html format. You may supply a separate plaintext version using msg.plaintext. If you don't and msg.payload contains html, it will also be used for the plaintext.