The SMTP settings page allows you to connect Flusso to an outbound email server. Once configured, the Email Notification node in your workflows can send emails to any recipient.
| Field | Required | Description |
|---|---|---|
| Host | Required |
The hostname of your SMTP server. Examples: smtp.gmail.com, smtp.sendgrid.net,
mail.example.com
|
| Port | Required |
The port your SMTP server listens on. Common values:
587 (STARTTLS / TLS), 465 (SSL), 25 (plain, not recommended).
|
| Username | Required |
The username used to authenticate with the SMTP server. Usually your email address
(e.g. notifications@example.com) or an API key for services like SendGrid.
|
| Password | Required | The password or app-specific password for the SMTP account. Stored encrypted. For Gmail, you must generate an App Password — your regular password will not work if 2FA is enabled. |
| Encryption | Required |
The encryption protocol: • TLS — recommended; uses STARTTLS on port 587. • SSL — uses direct SSL on port 465. • None — no encryption; only use on trusted internal networks. |
| From Address | Required | The email address that will appear in the "From" field of every email sent by Flusso. Must be authorised to send from your SMTP provider (e.g. a verified sender in SendGrid). |
| From Name | Optional |
The display name shown alongside the From Address in the recipient's email client.
Example: Flusso Notifications.
|
After filling in all fields and clicking Save, use the Test Connection button to send a test email to your own account. If the test fails, a detailed error message will display indicating whether the issue is with the host, port, credentials, or encryption settings.
smtp.gmail.com587smtp.sendgrid.net587apikey (literally)smtp.mailgun.org587