From 6b1a82f07d5cfd98c2b67b802e50ef0f0b309043 Mon Sep 17 00:00:00 2001 From: Cédric Bonhomme Date: Sun, 3 May 2015 18:07:34 +0200 Subject: Fixed a bug when sending emails (email of the sender was empty). --- app.json | 1 + 1 file changed, 1 insertion(+) (limited to 'app.json') diff --git a/app.json b/app.json index 05975d06..faf4545c 100644 --- a/app.json +++ b/app.json @@ -14,6 +14,7 @@ "env": { "HEROKU": "1", "ADMIN_EMAIL": "root@pyAggr3g470r.localhost", + "NOTIFICATION_SENDER": "pyAggr3g470r@no-reply.com", "ADMIN_PASSWORD": "password", "RECAPTCHA_PRIVATE_KEY": "REDACTED", "RECAPTCHA_PUBLIC_KEY": "REDACTED", -- cgit