mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-07-15 09:42:57 -07:00
Note auto line breaks in email HTML
This commit is contained in:
parent
5aaa014207
commit
bf99c0e290
1 changed files with 2 additions and 1 deletions
|
@ -1018,7 +1018,8 @@ class EMAIL(Notifier):
|
||||||
{'label': 'Enable HTML Support',
|
{'label': 'Enable HTML Support',
|
||||||
'value': self.config['html_support'],
|
'value': self.config['html_support'],
|
||||||
'name': 'email_html_support',
|
'name': 'email_html_support',
|
||||||
'description': 'Style your messages using HTML tags.',
|
'description': 'Style your messages using HTML tags. '
|
||||||
|
'Line breaks (<br>) will be inserted automatically.',
|
||||||
'input_type': 'checkbox'
|
'input_type': 'checkbox'
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue