Email Settings and SMTP Configuration
Configure email sender settings and SMTP for reliable delivery. Gmail, Outlook, SendGrid, and Mailgun setup guides.
Email Settings
Your app sends emails for various purposes: form submissions, password resets, notifications, and more. Configuring email settings ensures these emails are delivered reliably.
How to Configure
- Go to Settings in the editor sidebar
- Click on Email Settings
- Configure your email preferences
- Click Save
Sender Settings
- Sender Name — The name that appears in the "From" field
- Sender Email — The email address emails are sent from
SMTP Configuration
For reliable email delivery, you can configure a custom SMTP server instead of using the default mail system.
SMTP Settings
- SMTP Host — Your mail server address (e.g., smtp.gmail.com)
- SMTP Port — Usually 587 (TLS) or 465 (SSL)
- SMTP Username — Your email account username
- SMTP Password — Your email account password or app password
- Encryption — TLS (recommended) or SSL
Popular SMTP Providers
| Provider | Host | Port |
|---|---|---|
| Gmail | smtp.gmail.com | 587 |
| Outlook | smtp.office365.com | 587 |
| SendGrid | smtp.sendgrid.net | 587 |
| Mailgun | smtp.mailgun.org | 587 |
Testing
After configuring SMTP, use the "Send Test Email" button to verify your settings work correctly. Check your inbox (and spam folder) for the test email.