Skip to content

Mail configuration

This part of the configuration requires knowledge of the mail server of your institution.

SMTP_SERVER recommended

Section titled “SMTP_SERVER ”
  • Default value: localhost

The SMTP server.

  • Default value: 587

  • SMTP server port.

EMAIL_ADDRESS recommended

Section titled “EMAIL_ADDRESS ”
  • Default value: None

The FROM email address which PERSEUS sends email from.

  • Default value: True

Enable/Disable SMTPS.

  • Default value: True

Enable/Disable SMTP authentication.

SMTP_USER recommended

Section titled “SMTP_USER ”
  • Default value: None

SMTP login user.

SMTP_PASSWORD recommended

Section titled “SMTP_PASSWORD ”
  • Default value: None

SMTP login password.

Example mail configuration with using the default values described above.

Terminal window
SMTP_SERVER="mail.my-university.de"
SMTP_USER="perseus"
SMTP_PASSWORD="<perseus-password>"
EMAIL_ADDRESS="perseus@perseus.hpc.my-university.de"