From 9cb370d705b3dcb61afdf157add804cd99856a3a Mon Sep 17 00:00:00 2001 From: Daniel Schadt Date: Sun, 20 Nov 2022 19:53:37 +0100 Subject: change default email --- development.ini | 2 +- production.ini | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/development.ini b/development.ini index 3259d3b..2c186c8 100644 --- a/development.ini +++ b/development.ini @@ -23,7 +23,7 @@ fietsboek.data_dir = %(here)s/data retry.attempts = 3 -email.from = fietsboek@kingdread.de +email.from = fietsboek@localhost email.smtp_url = debug:// available_locales = en de diff --git a/production.ini b/production.ini index 2a822d5..987f441 100644 --- a/production.ini +++ b/production.ini @@ -12,7 +12,7 @@ pyramid.debug_notfound = false pyramid.debug_routematch = false pyramid.default_locale_name = en -email.from = fietsboek@kingdread.de +email.from = fietsboek@localhost email.smtp_url = debug://localhost:1025 available_locales = en de -- cgit v1.2.3