sanchomdv
Results
1
comments of
sanchomdv
Hello again :-) I discovered that in \models\db.py i can edit the mailserver detection: ##mail.settings.server = 'logging' if request.is_local else myconf.take('smtp.server') mail.settings.server = myconf.take('smtp.server') I commented the mail.setting.server line and...