From 7844fd728e4f3e6191cb6a7f2faf0f94bd022d9a Mon Sep 17 00:00:00 2001 From: Trevor Bramwell Date: Tue, 27 Feb 2018 15:00:46 -0800 Subject: Allow Configuring 'DEFAULT_EMAIL_FROM' in Django This sets the default 'FROM' address in the header of outgoing emails from the system. Making this configurable allows users to specify the address notification emails come from. Change-Id: Ibe229ef503847411f4879d5715392f816a455733 Signed-off-by: Trevor Bramwell --- dashboard/config.env.sample | 1 + 1 file changed, 1 insertion(+) (limited to 'dashboard/config.env.sample') diff --git a/dashboard/config.env.sample b/dashboard/config.env.sample index edd2bf0..c36e52a 100644 --- a/dashboard/config.env.sample +++ b/dashboard/config.env.sample @@ -31,3 +31,4 @@ EMAIL_HOST= EMAIL_PORT= EMAIL_HOST_USER= EMAIL_HOST_PASSWORD= +DEFAULT_FROM_EMAIL=webmaster@localhost -- cgit 1.2.3-korg