diff --git a/plexpy/notifiers.py b/plexpy/notifiers.py index c8e2fb86..2d146d1f 100644 --- a/plexpy/notifiers.py +++ b/plexpy/notifiers.py @@ -1018,7 +1018,8 @@ class EMAIL(Notifier): {'label': 'Enable HTML Support', 'value': self.config['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' } ]