14 lines
468 B
HTML
14 lines
468 B
HTML
<!doctype html>
|
|
<html>
|
|
<body style="font-family: Arial, sans-serif; line-height: 1.5;">
|
|
<p>Hi,</p>
|
|
<p>Please confirm your newsletter subscription by clicking the button below:</p>
|
|
<p>
|
|
<a href="{{ confirmation_url }}" style="display:inline-block;padding:10px 14px;background:#111;color:#fff;text-decoration:none;">
|
|
Confirm Subscription
|
|
</a>
|
|
</p>
|
|
<p>If you did not request this, you can ignore this email.</p>
|
|
</body>
|
|
</html>
|