nxtgauge-backend-rust/crates/email/templates/requirement-pending.html
Ashwin Kumar b4f714f43f feat(emails): complete email system with 35 branded templates and full wiring
- 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
2026-04-10 04:49:39 +02:00

41 lines
1.3 KiB
HTML

<!-- Requirement Posted - Pending Approval -->
<h1 class="email-title">Requirement Submitted Successfully</h1>
<div style="text-align: center; margin: 20px 0">
<span class="status-badge status-pending">⏳ Pending Approval</span>
</div>
<p>Hi {{first_name}},</p>
<p>
Your service requirement has been submitted and is now under review by our
team.
</p>
<div class="detail-card">
<div class="detail-row">
<span class="detail-label">Requirement</span>
<span class="detail-value">{{requirement_title}}</span>
</div>
<div class="detail-row">
<span class="detail-label">Service Type</span>
<span class="detail-value">{{profession_type}}</span>
</div>
<div class="detail-row">
<span class="detail-label">Posted On</span>
<span class="detail-value">{{posted_at}}</span>
</div>
<div class="detail-row">
<span class="detail-label">Status</span>
<span class="detail-value" style="color: #d97706">Pending Review</span>
</div>
</div>
<div class="info-box">
<p class="info-box-title">⏱️ What happens next?</p>
<p style="margin: 0">
Our team typically reviews requirements within <strong>24 hours</strong>.
Once approved, professionals can send you requests.
</p>
</div>
<p>Best regards,<br /><strong>The Nxtgauge Team</strong></p>