Back to Aws Doc Sdk Examples

41 Welcome Html

scenarios/features/sesv2_weekly_mailer/content/41_welcome_html.md

latest1.0 KB
Original Source

welcome.html:

html
<!DOCTYPE html>
<html>
<head>
    <title>Welcome to the Weekly Coupons Newsletter</title>
</head>
<body>
    <h1>Welcome to the Weekly Coupons Newsletter!</h1>
    <p>Thank you for subscribing to our weekly newsletter. Every week, you'll receive a list of exciting coupons and deals from our partners.</p>
    <p>Stay tuned for your first newsletter, coming soon!</p>
    <p>Best regards,
The Weekly Coupons Team</p>
</body>
</html>

welcome.txt:

Welcome to the Weekly Coupons Newsletter!

Thank you for subscribing to our weekly newsletter. Every week, you'll receive a list of exciting coupons and deals from our partners.

Stay tuned for your first newsletter, coming soon!

Best regards,
The Weekly Coupons Team

These files contain a simple welcome message for new subscribers. The welcome.html file is an HTML version, while the welcome.txt file is a plain text version. The workflow implementation will read the contents of these files and use them as the content for the welcome email sent to new subscribers.