Link:
Code:
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Email Template</title>
</head>
<body
style="font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif; background-color: #ffffff; margin: 0; padding: 0;">
<div style="max-width: 600px; margin: 0 auto; padding: 20px;">
<img src="https://statici.icloud.com/emailimages/v4/common/apple_logo_web@2x.png" alt="Apple Logo"
style="max-width: 100%; display: block; margin: 0 auto;">
<p>Dear Customer,</p>
<p>Thank you for your purchase made through the App Store. Your payment has been successfully processed.</p>
<p>Here are your purchase details:</p>
<ul>
<li>Date: Thursday, May 24, 2024</li>
<li>Item: Space Qube</li>
<li>Order Number: HDH6MJK37</li>
<li>Order Total: $50.00</li>
</ul>
<p>The subscription period will automatically renew unless canceled 24 hours before the current period ends.</p>
<p>To cancel auto-renew or manage your subscription, visit: <a href="https://appleid.apple.com/"
style="color: #0068a5; text-decoration: underline;">https://appleid.apple.com/</a></p>
<div style="text-align: center; margin-top: 20px;">
<a href="https://appleid.apple.com/"
style="display: inline-block; padding: 10px 20px; background-color: #4184f3; color: #ffffff; text-decoration: none; border-radius: 5px;">LOG
IN</a>
</div>
<p>Thanks,</p>
<p>Apple Support</p>
<hr style="border: 1px solid #BBBBBB; margin: 20px 0;">
<p style="text-align: center; color: #3366ff;">Apple ID | Support | Privacy Policy</p>
<p style="text-align: center; font-size: 12px; color: #555555;">Copyright © 2024 Apple Inc., 1600 Amphitheatre
Parkway, Mountain View, CA 94043, USA</p>
</div>
</body>
</html>