diff --git a/templates/emails/test-email.html b/templates/emails/test-email.html index d0758f0b..66a0ecba 100644 --- a/templates/emails/test-email.html +++ b/templates/emails/test-email.html @@ -1,231 +1,8 @@ - - - - - - +{% extends "base.html" %} - +{% block content %} + {{ render_text("Hi " + name + ",") }} + {{ render_text("This is a test to make sure that you receive emails sent to your alias " + alias + ".") }} + {{ render_text("If you have any questions, feel free to reply to this email.") }} +{% endblock %} - - - - SimpleLogin | Test Email - - - - - - - - - -
- - - - - - - - - - -
- - - - - - - - Logo - -
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
- Hi {{name}}! -
- This is a test to make sure that you receive emails sent to your alias {{alias}}. -
- If you have any questions, feel free to reply to this email. -
- Have a nice day!
- Son - SimpleLogin founder. -

-
- Have a question? son@simplelogin.io -
- - - - - - - - - - - - - - - - - - -
- - -
- - - \ No newline at end of file