- 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
33 lines
897 B
HTML
33 lines
897 B
HTML
<!-- Job Expired -->
|
|
<h1 class="email-title">Job Posting Expired</h1>
|
|
|
|
<div style="text-align: center; margin: 20px 0">
|
|
<span class="status-badge status-expired">Expired</span>
|
|
</div>
|
|
|
|
<p>Hi {{first_name}},</p>
|
|
<p>
|
|
Your job posting has expired after 30 days and is no longer accepting
|
|
applications.
|
|
</p>
|
|
|
|
<div class="detail-card">
|
|
<div class="detail-row">
|
|
<span class="detail-label">Job Title</span>
|
|
<span class="detail-value">{{job_title}}</span>
|
|
</div>
|
|
<div class="detail-row">
|
|
<span class="detail-label">Status</span>
|
|
<span class="detail-value" style="color: #6b7280">Expired</span>
|
|
</div>
|
|
</div>
|
|
|
|
<div class="info-box">
|
|
<p class="info-box-title">💡 Want to Repost?</p>
|
|
<p style="margin: 0">
|
|
You can create a new job posting anytime. Reposting helps reach fresh
|
|
candidates!
|
|
</p>
|
|
</div>
|
|
|
|
<p>Best regards,<br /><strong>The Nxtgauge Team</strong></p>
|