-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathTemplateEmail.html
More file actions
49 lines (49 loc) · 1.99 KB
/
TemplateEmail.html
File metadata and controls
49 lines (49 loc) · 1.99 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
<html>
<head></head>
<body>
<p><span style="font-weight: bold;">
**********************************************************************<br>
PLEASE DO NOT REPLY TO THIS MESSAGE <br>
PLEASE SEND QUESTIONS TO <a href="mailto:abc@ikumon.com">abc@ikumon.com</a><br>
**********************************************************************<br>
</span></p>
<p>
Hello,
</p>
<p>
Please find attached the level completion result for ${FirstName} ${LastName}.
</p>
<p>
Level Completion Report for ${Subject} Level ${Type}.
</p>
<p>
The Achievement Test was completed in ${Time}/${suggestedTime} minutes (Minutes taken/Suggested Minutes) and a score of ${Score}/${totalMarks} (Score achieved/Total Possible Score) was achieved.
</p>
<p><span style="text-decoration: underline; font-weight: bold;">
Please kindly direct any questions to <a href="mailto:abc@ikumon.com">abc@ikumon.com</a>.<br>
</span></p>
<p>
Thank you for your continued support of your child's studies at ABC Kumon!
</p>
<p>
--<br>
Instructor<br>
Kumon Math and Reading Centre<br>
Address Line 1<br>
Address Line 2<br>
Phone Number<br>
</p>
<p>
<a href="http://abckumon.com/">abckumon.com</a><br>
<a href="http://facebook.com/abckumon">facebook.com/abckumon</a><br>
<a href="http://twitter.com/abckumon">twitter.com/abckumon</a><br>
</p>
<p>
Math. Reading. Success.
</p>
<p>
This e-mail may contain confidential or privileged information. If you are not the intended recipient, please notify us immediately. Thank you.<br>
Ce courriel pourrait contenir des renseignements confidentiels ou privilégiés. Si vous n'êtes pas le véritable destinataire, veuillez nous en aviser immédiatement. Merci.
</p>
</body>
</html>