19 lines
319 B
HTML
19 lines
319 B
HTML
<html>
|
|
<head>
|
|
<title>{1}</title>
|
|
</head>
|
|
<body>
|
|
<p>
|
|
Hi, {2} ${3}
|
|
</p>
|
|
|
|
<p>
|
|
You recently changed the email address associated with
|
|
${2} ${3}
|
|
</p>
|
|
|
|
<p>
|
|
Thank you.
|
|
</p>
|
|
</body>
|
|
</html>
|