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
| Field | Description | Notes |
|---|---|---|
| From Email | Sender email address | Required |
| From Name | Sender display name | Optional |
| To | Recipient email address(es), comma-separated | Required. Supports templates |
| CC | CC recipients, comma-separated | Optional. Supports templates |
| BCC | BCC recipients, comma-separated | Optional. Supports templates |
| Subject | Email subject line | Required. Supports templates |
| Content Type | text/plain or text/html | Default: text/plain |
| Body | Email body content | Required. Supports templates |
Common Patterns
Alert on Workflow Failure
- Manual Start or Cron — trigger workflow
- HTTP Request — check a service health endpoint
- Switch — route based on response status
- Email (SMTP) — send alert email on failure branch