SMTP Connection
Connect to any SMTP server to send emails from your workflows. Works with Gmail, Outlook, Amazon SES, or any standard SMTP provider.
Configuration
| Field | Description | Required |
|---|---|---|
| Host | SMTP server hostname (e.g., smtp.gmail.com) | Yes |
| Port | SMTP port (typically 587 for TLS, 465 for SSL) | Yes |
| Username | SMTP authentication username | Yes |
| Password | SMTP authentication password or app password | Yes |
| Encryption | Encryption method: tls or ssl | Yes |
Usage
Once created, this connection becomes available in:
- Email (SMTP) — send emails via SMTP
TIP
For Gmail, you must use an App Password rather than your regular account password. Two-factor authentication must be enabled first.