{% extends "base.html" %}
{% block content %}
{{ render_text("Hi " + user.name) }}
{{ render_text("Do you know you can send emails to anyone from your alias?") }}
{{ render_text("This Youtube video quickly walks you through the steps:") }}
{{ render_text('https://youtu.be/VsypF-DBaow') }}
{{ render_text("Or you can follow the steps below. This can seem a bit daunting but believe us, it's going to be much easier the second time.") }}
{{ render_text("1. First click Send Email on your alias you want to send email from.") }}
{{ render_text('') }}
{{ render_text("2. Enter your contact email, this will generate a reverse-alias.") }}
{{ render_text('') }}
{{ render_text("3. Use this reverse-alias instead of your contact email.") }}
{{ render_text('') }}
{{ render_text("4. Your contact will receive this email from your alias.") }}
{{ render_text('') }}
{{ render_text('Thanks,
SimpleLogin Team.') }}
{{ render_text('P.S. Need immediate help getting started? Just reply to this email, the SimpleLogin support team is always ready to help!.') }}
{% endblock %}
{% block footer %}
This email is sent to {{ user.email }} and is part of our onboarding series. Unsubscribe on
Settings
{% endblock %}