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

  1. Go to Settings in the editor sidebar
  2. Click on Email Settings
  3. Configure your email preferences
  4. 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

ProviderHostPort
Gmailsmtp.gmail.com587
Outlooksmtp.office365.com587
SendGridsmtp.sendgrid.net587
Mailgunsmtp.mailgun.org587

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.