Skip to content

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

FieldDescriptionRequired
HostSMTP server hostname (e.g., smtp.gmail.com)Yes
PortSMTP port (typically 587 for TLS, 465 for SSL)Yes
UsernameSMTP authentication usernameYes
PasswordSMTP authentication password or app passwordYes
EncryptionEncryption method: tls or sslYes

Usage

Once created, this connection becomes available in:

TIP

For Gmail, you must use an App Password rather than your regular account password. Two-factor authentication must be enabled first.