From 3442b83dbc1b67b01cd43c6fec122eebea8d03cf Mon Sep 17 00:00:00 2001 From: Alon Levy Date: Tue, 13 Jan 2015 15:12:37 +0200 Subject: server/feedback: get rid of flask-mail; left todo: filenames for attachments --- res/etc/rhizi-server.conf | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'res') diff --git a/res/etc/rhizi-server.conf b/res/etc/rhizi-server.conf index c40aba07..186a1711 100644 --- a/res/etc/rhizi-server.conf +++ b/res/etc/rhizi-server.conf @@ -9,9 +9,7 @@ SERVER_NAME = rhizi.local:8080 DEBUG = True # Mail settings -MAIL_DEFAULT_SENDER = rhizi@localhost -# 0/1 (not True - uses int) -MAIL_DEBUG = 0 -FEEDBACK_RECIPIENT = feedback@localhost +mail_default_sender = rhizi@localhost +feedback_recipient = feedback@localhost SECRET_KEY = notverysecretbutpeppyyaya -- cgit v1.3.1