NodesSocial Nodes
Edit Page on GitHubSend Email
Send an email using SMTP
emailsmtpcommunicationsendnotificationMedium5

Description
The Send Email node allows you to send emails using SMTP (Simple Mail Transfer Protocol). You can configure the recipient, subject, body, and other email parameters. This node is useful for sending notifications, alerts, or any other email communications from your workflow.
Common Use Cases
- Sending notification emails to users
- Alerting administrators of important events
- Sending reports or summaries via email
Inputs
The input connections this node accepts:
NameDescriptionTypeFlowThe flow of the workflowFlowToRecipient email address (comma-separated for multiple)TextSubjectEmail subject lineTextBodyEmail body contentTextCCCC email addresses (comma-separated, optional)TextBCCBCC email addresses (comma-separated, optional)TextHTMLWhether the body is HTML (default: false for plain text)BooleanOutputs
The output connections this node provides:
NameDescriptionTypesuccessWhether the email was sent successfullyBooleanmessageIdThe message ID from the email serverTextresponseResponse message from the email serverTextToolThe tool version of this node, to be used by LLMsToolFields
The configurable fields this node provides:
NameDescriptionTypeToRecipient email address (comma-separated for multiple)Value:[email protected]TextSubjectEmail subject lineValue: Hello from AI Agent BuilderTextBodyEmail body contentValue: This is a test email sent from the AI Agent Builder.TextAreaCCCC email addresses (comma-separated, optional)Value: ``TextBCCBCC email addresses (comma-separated, optional)Value: ``TextHTMLWhether the body is HTML (default: false for plain text)Value: falseCheckBoxSMTP_HOSTSMTP host (e.g., smtp.gmail.com)DefaultValue: smtp.gmail.comenvSMTP_PORTSMTP port (e.g., 587 for TLS, 465 for SSL)DefaultValue: 587envSMTP_USERSMTP username/emailDefaultValue: [email protected]envSMTP_PASSWORDSMTP password or app passwordDefaultValue: your-app-passwordenvSMTP_SECUREUse TLS (true/false)DefaultValue: falseenvLast updated on