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.
SMTP_SERVER_PORT
Section titled “SMTP_SERVER_PORT”-
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.
SMTP_USE_TLS
Section titled “SMTP_USE_TLS”- Default value:
True
Enable/Disable SMTPS.
SMTP_AUTH
Section titled “SMTP_AUTH”- 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 configuration
Section titled “Example configuration”Example mail configuration with using the default values described above.
SMTP_SERVER="mail.my-university.de"SMTP_USER="perseus"SMTP_PASSWORD="<perseus-password>"EMAIL_ADDRESS="perseus@perseus.hpc.my-university.de"