Template email
by moku23
HTML
<!DOCTYPE html>
<html lang="en">
<head>
<script type="application/ld+json">
[{
"@context": "http://schema.org/",
"@type": "DiscountOffer",
"description": "Private OFP Offer",
"discountCode": "{{coupon}}",
"availabilityEnds": "2025-02-28T23:59:00+01:00"
}]
</script>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Exclusive Limited-Time Offer</title>
</head>
<body style="margin: 0; padding: 0; font-family: Arial, sans-serif; background-color: #1a1b20;">
<table role="presentation" cellspacing="0" cellpadding="0" border="0" width="100%" style="background: #1a1b20;">
<tr>
<td align="center" style="padding: 40px 20px;">
<!-- Main Container -->
<table role="presentation" cellspacing="0" cellpadding="0" border="0" width="65%" style="background: linear-gradient(180deg, rgba(22,23,28,0.98) 0%, rgba(22,23,28,0.95) 100%); border-radius: 24px; box-shadow: 0 8px 32px rgba(0,0,0,0.25);">
<!-- Logo Section -->
<tr>
<td align="center" style="padding: 40px 40px 20px 40px;">
<img src="https://client.ofpfunding.com/assets/images/logoScrW2.png" alt="OFP Logo" width="200" style="max-width: 100%;">
</td>
</tr>
<!-- Personal ID Badge -->
<tr>
<td align="right" style="padding: 0 40px;">
<table role="presentation" cellspacing="0" cellpadding="0" border="0" style="background: linear-gradient(90deg, rgba(255,104,68,0.9), rgba(255,84,48,0.9)); border-radius: 20px; display: inline-block;">
<tr>
<td style="padding: 8px 16px;">
<span style="color: white; font-size: 14px; font-weight: 600;">Personal Offer ID: #{{coupon}}</span>
</td>
</tr>
</table>
</td>
</tr>
<!-- Header Section -->
<tr>
<td align="center" style="padding: 40px 40px 20px 40px;">
...