Allow Configuring 'DEFAULT_EMAIL_FROM' in Django 83/52783/1
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)
commit7844fd728e4f3e6191cb6a7f2faf0f94bd022d9a
tree951b0d7d267ea3989c8e58b3042b688d0081ab52
parent55a03a85263a9c4033bdb228418f689d78e38860
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>
dashboard/config.env.sample
dashboard/src/pharos_dashboard/settings.py