From 952cc9f795eac890bcff2309c8f00ddd435c87b4 Mon Sep 17 00:00:00 2001 From: Tom <19203795+that-one-tom@users.noreply.github.com> Date: Tue, 18 Oct 2022 16:58:04 +0200 Subject: [PATCH] Update n8n-nodes-base.sendEmail.md --- .../integrations/builtin/core-nodes/n8n-nodes-base.sendEmail.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/integrations/builtin/core-nodes/n8n-nodes-base.sendEmail.md b/docs/integrations/builtin/core-nodes/n8n-nodes-base.sendEmail.md index 6200a4434..728bfd984 100644 --- a/docs/integrations/builtin/core-nodes/n8n-nodes-base.sendEmail.md +++ b/docs/integrations/builtin/core-nodes/n8n-nodes-base.sendEmail.md @@ -19,7 +19,7 @@ The Send Email node is used to send an email via an SMTP email server. ## Node Reference - **From Email:** The email address you are sending from. -- **To Email:** The recipient email address. +- **To Email:** The recipient email address. Multiple recipients can be separated using a comma. - **CC Email:** A field that can be used to specify an email address for a carbon copy of the email. - **BCC Email:** A field that can be used to specify an email address for a blind carbon copy of the email. - **Subject:** The subject of your message.