Skip to content

Configure Emails

Thom Bruce edited this page Apr 16, 2020 · 1 revision

If email is configured on your installation, Helvellyn will send a welcome email when users signup.

To configure email, you just need to set a few environment variables.

SendGrid

  • SENDGRID_USERNAME
  • SENDGRID_PASSWORD

Mailgun

  • MAILGUN_SMTP_SERVER
  • MAILGUN_SMTP_PORT (default: 587)
  • MAILGUN_SMTP_LOGIN
  • MAILGUN_SMTP_PASSWORD

Other

  • SMTP_SERVER
  • SMTP_PORT (default: 587)
  • SMTP_USERNAME
  • SMTP_PASSWORD
Clone this wiki locally