Skip to content

Email (SMTP)

The Email SMTP node lets you send emails through any SMTP server. Works with Gmail, Outlook, Amazon SES, or any standard SMTP provider.

Requires an SMTP connection configured with your server details.

Configuration

FieldDescriptionNotes
From EmailSender email addressRequired
From NameSender display nameOptional
ToRecipient email address(es), comma-separatedRequired. Supports templates
CCCC recipients, comma-separatedOptional. Supports templates
BCCBCC recipients, comma-separatedOptional. Supports templates
SubjectEmail subject lineRequired. Supports templates
Content Typetext/plain or text/htmlDefault: text/plain
BodyEmail body contentRequired. Supports templates

Common Patterns

Alert on Workflow Failure

  1. Manual Start or Cron — trigger workflow
  2. HTTP Request — check a service health endpoint
  3. Switch — route based on response status
  4. Email (SMTP) — send alert email on failure branch