SMTP
Email server credentials for sending emails.
Fields
| Field | Description | Required |
|---|---|---|
| Host | SMTP server hostname (e.g., smtp.gmail.com) | Yes |
| Port | SMTP port (465 for SSL, 587 for TLS) | Yes |
| Username | SMTP login username | Yes |
| Password | SMTP login password or app password | Yes |
| From Email | Default sender email address | No |
| From Name | Default sender display name | No |
Setup Steps
- Step 1: Get the SMTP settings from your email provider (host, port, username, and password)
- Step 2: In Falcon Builder, go to Dashboard → Credentials → Add Credential
- Step 3: Select SMTP as the credential type
- Step 4: Enter the host, port, username, password, and set the From Email address
- Step 5: Click Test Credential to verify the connection