From cb83f843cc806f59f2b4d13c4968e1ddbbaeaa2c Mon Sep 17 00:00:00 2001 From: Amudhan Date: Tue, 4 Aug 2020 11:11:45 +0530 Subject: [PATCH] :sparkles: Add Send Email credentials --- docs/nodes/credentials/SendEmail/README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 docs/nodes/credentials/SendEmail/README.md diff --git a/docs/nodes/credentials/SendEmail/README.md b/docs/nodes/credentials/SendEmail/README.md new file mode 100644 index 000000000..8c250ab49 --- /dev/null +++ b/docs/nodes/credentials/SendEmail/README.md @@ -0,0 +1,12 @@ +# Send Email + +You can find information about the operations supported by the Send Email node on the [integrations](https://n8n.io/integrations/n8n-nodes-base.emailSend) page. You can also browse the source code of the node on [GitHub](https://github.com/n8n-io/n8n/tree/master/packages/nodes-base/nodes). + +## Prerequisites + +Create an email account on a service with SMTP support. + +## Using SMTP + +1. Retrieve your login credentials and SMTP connection parameters. +2. Use the login credentials and SMTP connection parameters with your Send Email node credentials in n8n.