From bf99c0e290d26b2c6e7e0e5225be61aa5513bb02 Mon Sep 17 00:00:00 2001 From: JonnyWong16 Date: Wed, 2 Nov 2016 00:37:18 -0700 Subject: [PATCH] Note auto line breaks in email HTML --- plexpy/notifiers.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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' } ]