Add CC and BCC and multiple email recipients

This commit is contained in:
Jonathan Wong 2015-12-13 15:08:43 -08:00
parent c6cc2b8831
commit 49b6965e8e
2 changed files with 23 additions and 3 deletions

View file

@ -63,6 +63,8 @@ _CONFIG_DEFINITIONS = {
'EMAIL_ENABLED': (int, 'Email', 0),
'EMAIL_FROM': (str, 'Email', ''),
'EMAIL_TO': (str, 'Email', ''),
'EMAIL_CC': (str, 'Email', ''),
'EMAIL_BCC': (str, 'Email', ''),
'EMAIL_SMTP_SERVER': (str, 'Email', ''),
'EMAIL_SMTP_USER': (str, 'Email', ''),
'EMAIL_SMTP_PASSWORD': (str, 'Email', ''),