diff --git a/app/lib_general.py b/app/lib_general.py index 8616562..0be2ac8 100644 --- a/app/lib_general.py +++ b/app/lib_general.py @@ -505,15 +505,25 @@ def send_email( return False html_version = """\ - - -
- """+body_html+""" -
- - + + + +"""+body_html+""" + + + """ + # html_version = """\ + # + # + #
+ # """+body_html+""" + #
+ # + # + # """ + if body_text: text_version = body_text else: