mirror of
https://github.com/aljazceru/CTFd.git
synced 2025-12-17 14:04:20 +01:00
* Read smtp server configuration from config.py The CTFd/utils/email/smtp.py file has a provision to read SMTP configuration for all fields from either the UI or CTFd/config.py file. Two fields, `MAIL_SERVER` and `MAIL_PORT`, were not being read from the config.py file. This commit fixes this issue. * Update simple SMTP server tests