{% extends "base_email.html" %} {% block title %}Email Verification - Evo AI{% endblock %} {% block header %}Evo AI{% endblock %} {% block content %}

Email Verification

Hello {{ user_name }},

Thank you for registering on the Evo AI platform. To complete your registration and ensure the security of your account, we need to verify your email address.

Please click the button below to confirm your email:

Verify My Email

This verification link is valid for 48 hours. If it expires, you can request a new verification email through our platform.

If you can't click the button above, copy and paste the following URL into your browser:

{{ verification_link }}

If you didn't create an account on Evo AI, please ignore this email or contact our support team.

We're excited to have you as part of our community!

Best regards,
Evo AI Team

{% endblock %} {% block footer_message %}This is an automated email. Please do not reply to this message.{% endblock %}