Add option notification_email_parser_lib

This commit is contained in:
2019-10-26 13:04:19 +02:00
parent 7509629b44
commit 7020c53b28
3 changed files with 23 additions and 4 deletions

View File

@@ -119,7 +119,7 @@ notification_email_template = templates/notification.template
# Option: notification_email_strip_images
# Notes: Optionally enable this option to strip img tags from emails.
# Values: [ TRUE|ON|YES|FALSE|OFF|NO ]
# Values: [ TRUE | ON | YES | FALSE | OFF | NO ]
#
notification_email_strip_images = False
@@ -138,6 +138,13 @@ notification_email_replacement_img = templates/removed.png
#
notification_email_embedded_imgs = templates/logo.png
# Option: notification_email_parser_lib
# Notes: Optionally set the parser library used to parse
# the text part of emails.
# Values: [ lxml | html.parser ]
#
notification_email_parser_lib = lxml
# Option: whitelist_type
# Notes: Set the whitelist type.
# Values: [ db | none ]