File size: 490 Bytes
8520346
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<!DOCTYPE html>
<html>
<head>
    <meta charset="UTF-8">
</head>
<body>
<p>Hi {{ user_name or 'there' }},</p>

<p>I noticed you just created a form with AutoForm. I wanted to check in and see how things are going.</p>

<p>How was your experience? Is there anything we could improve? Any features you'd like to see?</p>

<p>Just reply to this email with your thoughts - I read every response and your feedback directly shapes what we build next.</p>

<p>Best,<br>
Arslan</p>
</body>
</html>