Files
raisfast/templates/email/email-verification.html
T

12 lines
574 B
HTML

<!DOCTYPE html>
<html>
<head><meta charset="utf-8"></head>
<body style="font-family: sans-serif; max-width: 600px; margin: 0 auto; padding: 20px;">
<h2>Verify Your Email</h2>
<p>Please confirm your email address by clicking the link below:</p>
<p><a href="{{ verify_url }}" style="background: #4f46e5; color: white; padding: 10px 20px; text-decoration: none; border-radius: 4px;">Verify Email</a></p>
<p style="color: #666; font-size: 12px;">Or copy: {{ verify_url }}</p>
<p style="color: #999; font-size: 12px;">This link expires in 24 hours.</p>
</body>
</html>