{% extends "emails/base.html" %} {% block content %}

Welcome!

Hello there,

Congratulations on enrolling in {{ course_title }}! We're excited to have you join our learning community.

To get started, please verify your email address by clicking the button below:

Verify Your Email Address
{% if support_imap_interface %}

Alternative Verification Method

You can also verify your email by sending a message to {{ imap_email_address }} with your verification code in the subject line or email body. Simply forward this email to complete the verification process.

Verification Code: {{ verification_code }}

{% endif %}

If you didn't sign up for this course, you can safely ignore this email.

Best regards,

{{ organization_name }}

{% endblock %}