- 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
56 lines
1.8 KiB
HTML
56 lines
1.8 KiB
HTML
<!-- New Matched Lead Available -->
|
|
<h1 class="email-title">🔔 New Lead Available!</h1>
|
|
|
|
<p>Hi {{first_name}},</p>
|
|
<p>A new requirement matching your expertise has been posted on Nxtgauge.</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">Location</span>
|
|
<span class="detail-value">{{location}}</span>
|
|
</div>
|
|
<div class="detail-row">
|
|
<span class="detail-label">Budget</span>
|
|
<span class="detail-value">{{budget}}</span>
|
|
</div>
|
|
<div class="detail-row">
|
|
<span class="detail-label">Posted</span>
|
|
<span class="detail-value">{{posted_at}}</span>
|
|
</div>
|
|
</div>
|
|
|
|
<div
|
|
class="info-box"
|
|
style="background-color: #fff7ed; border-left-color: #f97316"
|
|
>
|
|
<p class="info-box-title" style="color: #c2410c">⚡ Act Fast!</p>
|
|
<p style="margin: 0; color: #7c2d12">
|
|
This requirement will receive up to <strong>20 requests</strong> from
|
|
professionals. Send your request early to increase your chances!
|
|
</p>
|
|
</div>
|
|
|
|
<div class="amount-display" style="padding: 20px">
|
|
<div class="amount-label">Tracecoins Required</div>
|
|
<div class="amount-value" style="font-size: 36px">
|
|
{{tracecoins_required}} TC
|
|
</div>
|
|
</div>
|
|
|
|
<div style="text-align: center">
|
|
<a href="{{requirement_url}}" class="cta-button">View & Request Lead</a>
|
|
</div>
|
|
|
|
<p style="margin-top: 20px; font-size: 14px; color: #6b7280">
|
|
You have <strong>{{current_balance}} Tracecoins</strong> in your wallet.
|
|
</p>
|
|
|
|
<p>Best regards,<br /><strong>The Nxtgauge Team</strong></p>
|