Allow Configuring 'DEFAULT_EMAIL_FROM' in Django
authorTrevor Bramwell <tbramwell@linuxfoundation.org>
Tue, 27 Feb 2018 23:00:46 +0000 (15:00 -0800)
committerTrevor Bramwell <tbramwell@linuxfoundation.org>
Tue, 27 Feb 2018 23:05:54 +0000 (15:05 -0800)
commit766dd613a68451652a54f7eab7f476c4b66dbdf8
tree0141f0905db9880f1f7807cbb0442aaaf5800a6d
parent5aa91201db4fee539a60f2f9e798593448d42af7
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 <tbramwell@linuxfoundation.org>
config.env.sample
src/pharos_dashboard/settings.py