chore: removed deprecated notes from settings.cfg.skeleton

With smtpd removed in python 3.12, https://github.com/ThiefMaster/maildump is a useful replacement for
debugging mails sent in a development environment.
This commit is contained in:
Ralph Thesen
2024-09-01 12:00:13 +02:00
parent f89829d9af
commit f3829775f7

View File

@@ -39,10 +39,9 @@ SQLALCHEMY_DATABASE_URI = ''
# MAIL_USERNAME = 'MAIL_USERNAME'
# MAIL_PASSWORD = 'MAIL_PASSWORD'
# # Flask-Mail Debug Configuration
# # run dummy stmp server via
# # For debgging the mail configuration
# #
# # python -m smtpd -n -c DebuggingServer localhost:1025
# # ./venv/bin/pip install maildump && ./venv/bin/maildump
# #
# MAIL_SERVER = 'localhost'
# MAIL_PORT = 1025