Fields
Sample data
A typical SMTP connection points at your provider’s server and signs in with a sending account.| Field | Value |
|---|---|
| Host | smtp.example.com |
| Port | 587 |
| Username | notifications@example.com |
| Password | your-password (or an environment variable) |
Send emails using SMTP
| Field | Value |
|---|---|
| Host | smtp.example.com |
| Port | 587 |
| Username | notifications@example.com |
| Password | your-password (or an environment variable) |