From 5c827c1e3dca07408bb6dd0394605ca826431107 Mon Sep 17 00:00:00 2001 From: Cédric Bonhomme Date: Sun, 27 Apr 2014 11:17:18 +0200 Subject: Better to send email without Flask-Mail. --- conf/conf.cfg-sample | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'conf') diff --git a/conf/conf.cfg-sample b/conf/conf.cfg-sample index e4a44417..5af7d0af 100644 --- a/conf/conf.cfg-sample +++ b/conf/conf.cfg-sample @@ -1,3 +1,5 @@ +[misc] +platform_url = https://pyaggr3g470r.herokuapp.com/ [database] uri = postgres://cedric:password@127.0.0.1:5432/pyAggr3g470r [feedparser] @@ -9,12 +11,11 @@ debug = 1 host = 0.0.0.0 port = 5000 [mail] -enabled = 1 +enabled = 0 +admin_email = pyAggr3g470r@no-reply.com host = smtp.googlemail.com port = 465 tls = 0 ssl = 1 username = your-gmail-username password = your-gmail-password -mail_from = pyAggr3g470r@no-reply.com -mail_to = recipent-email -- cgit