49 lines
2.3 KiB
HTML
49 lines
2.3 KiB
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<title>Congratulations on your win!</title>
|
|
</head>
|
|
<body style="font-family: Arial, sans-serif; margin: 20px; padding: 0; background-color: #f4f4f4;">
|
|
<table align="center" border="0" cellpadding="0" cellspacing="0" width="600" style="border-collapse: collapse; background-color: #ffffff; border: 1px solid #dddddd;">
|
|
<tr>
|
|
<td align="center" bgcolor="#70bbd9" style="padding: 40px 0 30px 0; color: #ffffff; font-size: 28px; font-weight: bold;">
|
|
Congratulations, {user_name}!
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td bgcolor="#ffffff" style="padding: 40px 30px 40px 30px;">
|
|
<h1 style="color: #333333;">You've won a prize!</h1>
|
|
<p style="color: #555555; font-size: 16px;">
|
|
You just won a fantastic prize on our Wheel of Fortune:
|
|
</p>
|
|
<table border="0" cellpadding="0" cellspacing="0" width="100%" style="margin-top: 20px;">
|
|
<tr>
|
|
<td width="150" style="font-weight: bold;">Prize:</td>
|
|
<td>{prize_name}</td>
|
|
</tr>
|
|
<tr>
|
|
<td style="font-weight: bold;">Description:</td>
|
|
<td>{prize_description}</td>
|
|
</tr>
|
|
<tr>
|
|
<td style="font-weight: bold;">Redemption code:</td>
|
|
<td><strong>{redemption_code}</strong></td>
|
|
</tr>
|
|
</table>
|
|
<p style="color: #555555; font-size: 16px; margin-top: 30px;">
|
|
To redeem your prize, follow the instructions on our website or contact our support team.
|
|
</p>
|
|
<p style="color: #555555; font-size: 16px;">
|
|
Thank you for participating!
|
|
</p>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td bgcolor="#eeeeee" style="padding: 30px 30px 30px 30px; text-align: center; color: #888888; font-size: 12px;">
|
|
This is an automated message. Please do not reply to this email.<br/>
|
|
© {date} <a href="{site_url}" style="color: #888888;">{site_name}</a>. All rights reserved.
|
|
</td>
|
|
</tr>
|
|
</table>
|
|
</body>
|
|
</html> |