From c65a41c5fc1596631081d1b676529c63eb810076 Mon Sep 17 00:00:00 2001
From: Julien Schmidt <js@stusta.net>
Date: Sun, 3 May 2020 00:06:51 +0200
Subject: [PATCH] change default email settings

---
 wahlfang/settings.py | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/wahlfang/settings.py b/wahlfang/settings.py
index 645c61d..fa08d23 100644
--- a/wahlfang/settings.py
+++ b/wahlfang/settings.py
@@ -162,8 +162,8 @@ CSP_IMG_SRC = ("'self'", "data:", )
 
 # Mail
 
-EMAIL_HOST = 'mail.stusta.de'
-EMAIL_SENDER = 'vorstand@stustanet.de'
+EMAIL_HOST = 'localhost'
+EMAIL_SENDER = 'wahlfang@localhost'
 EMAIL_PORT = 25
 
 
-- 
GitLab