mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-07-10 23:42:37 -07:00
Add CC and BCC and multiple email recipients
This commit is contained in:
parent
c6cc2b8831
commit
49b6965e8e
2 changed files with 23 additions and 3 deletions
|
@ -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', ''),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue