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. """, )