- Add 35 branded HTML email templates with Nxtgauge styling - Create email template engine with base template system - Add email management API for admin panel - Wire email triggers from all services - All services compile successfully
24 lines
812 B
HTML
24 lines
812 B
HTML
<!-- Welcome / Registration Confirmation -->
|
|
<h1 class="email-title">Welcome to Nxtgauge, {{first_name}}! 🎉</h1>
|
|
<p>Thank you for joining Nxtgauge. We're excited to have you on board!</p>
|
|
|
|
<div class="info-box">
|
|
<p class="info-box-title">What's Next?</p>
|
|
<p>
|
|
Complete your profile and submit it for verification to unlock all features:
|
|
</p>
|
|
<ul style="margin: 10px 0; padding-left: 20px">
|
|
<li>Fill in your profile details</li>
|
|
<li>Upload required documents</li>
|
|
<li>Submit for verification</li>
|
|
</ul>
|
|
</div>
|
|
|
|
<div style="text-align: center">
|
|
<a href="{{dashboard_url}}" class="cta-button">Complete Your Profile</a>
|
|
</div>
|
|
|
|
<p style="margin-top: 30px">
|
|
If you have any questions, our support team is here to help.
|
|
</p>
|
|
<p>Best regards,<br /><strong>The Nxtgauge Team</strong></p>
|