Note auto line breaks in email HTML
This commit is contained in:
@@ -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'
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
Reference in New Issue
Block a user