From 0ed2ef60c5387bb073bd23fe16207aa87232dfa6 Mon Sep 17 00:00:00 2001 From: Son NK Date: Fri, 15 Nov 2019 14:16:56 +0100 Subject: [PATCH] remove html marker for test email --- app/dashboard/views/index.py | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/app/dashboard/views/index.py b/app/dashboard/views/index.py index 4f20e2f4..4e508d64 100644 --- a/app/dashboard/views/index.py +++ b/app/dashboard/views/index.py @@ -31,10 +31,11 @@ def index(): gen_email.email, "A Test Email", f""" -Hi {current_user.name}!

-This is a test to make sure that you receive emails sent from SimpleLogin.

-If you have any questions, feel free to reply to this email :).

-Have a nice day!

+Hi {current_user.name}! + +This is a test to make sure that you receive emails sent from SimpleLogin. +If you have any questions, feel free to reply to this email :). +Have a nice day! SimpleLogin team. """, )