Email


OpenTAKServer uses Flask-Mailman is used to handle emails. Enabling email support also enables the following features:

Enabling Email Support


The following settings are required to enable email support. You can find them in your config.yml file.

These settings are optional and will depend on the email service you use.

You can find a full list of Flask-Mailman's settings in their documentation.

Gmail


If you plan to use a Gmail account to send emails, you will need to log into your account and enable an app password. Your regular password will not work in OpenTAKServer. See Google's documentation for details.

Gmail settings


Setting Value
MAIL_SERVER smtp.gmail.com
MAIL_PORT 587
MAIL_USE_SSL false
MAIL_USE_TLS true
MAIL_USERNAME your_username@gmail.com
MAIL_PASSWORD your_app_password