mirror of
https://github.com/redimp/otterwiki.git
synced 2025-12-22 11:47:10 +00:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user