remove html marker for test email

This commit is contained in:
Son NK 2019-11-15 14:16:56 +01:00
parent 0a60d01596
commit 0ed2ef60c5
1 changed files with 5 additions and 4 deletions

View File

@ -31,10 +31,11 @@ def index():
gen_email.email,
"A Test Email",
f"""
Hi {current_user.name}! <br><br>
This is a test to make sure that you receive emails sent from SimpleLogin. <br><br>
If you have any questions, feel free to reply to this email :). <br><br>
Have a nice day! <br><br>
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.
""",
)