2025-08-13 14:25:48 -04:00
|
|
|
<!DOCTYPE html>
|
|
|
|
|
<html>
|
|
|
|
|
<head>
|
|
|
|
|
<meta charset="utf-8">
|
|
|
|
|
<style>
|
|
|
|
|
body { font-family: Arial, sans-serif; line-height: 1.6; color: #333; }
|
|
|
|
|
.container { max-width: 600px; margin: 0 auto; padding: 20px; }
|
|
|
|
|
.header { background: #2563eb; color: white; padding: 20px; text-align: center; }
|
|
|
|
|
.content { padding: 20px; background: #f9fafb; }
|
|
|
|
|
.cta { background: #2563eb; color: white; padding: 12px 24px; text-decoration: none; border-radius: 6px; display: inline-block; margin: 20px 0; }
|
|
|
|
|
</style>
|
|
|
|
|
</head>
|
|
|
|
|
<body>
|
|
|
|
|
<div class="container">
|
|
|
|
|
<div class="header">
|
|
|
|
|
<h1>Welcome to Dawarich!</h1>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="content">
|
2025-09-13 09:37:09 -04:00
|
|
|
<p>Hi <%= @user.email %>, this is Evgenii from Dawarich.</p>
|
2025-08-13 14:25:48 -04:00
|
|
|
|
2025-09-13 09:37:09 -04:00
|
|
|
<p>Welcome to Dawarich! I'm excited to have you on board.</p>
|
2025-08-13 14:25:48 -04:00
|
|
|
|
|
|
|
|
<p>Your 7-day free trial has started. During this time, you can:</p>
|
|
|
|
|
<ul>
|
|
|
|
|
<li>Track your location data</li>
|
|
|
|
|
<li>View your movement patterns on beautiful maps</li>
|
|
|
|
|
<li>Analyze your travel statistics</li>
|
|
|
|
|
<li>Export your data in various formats</li>
|
|
|
|
|
</ul>
|
|
|
|
|
|
2025-08-14 14:50:22 -04:00
|
|
|
<a href="https://my.dawarich.app?utm_source=email&utm_medium=email&utm_campaign=welcome&utm_content=start_exploring" class="cta">Start Exploring Dawarich</a>
|
2025-08-13 14:25:48 -04:00
|
|
|
|
2025-09-13 09:37:09 -04:00
|
|
|
<p>If you have any questions, feel free to drop me a message at hi@dawarich.app or just reply to this email.</p>
|
2025-08-13 14:25:48 -04:00
|
|
|
|
|
|
|
|
<p>Happy tracking!<br>
|
|
|
|
|
Evgenii from Dawarich</p>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</body>
|
|
|
|
|
</html>
|