Send an email to people interested in a course
This commit is contained in:
19
apiserver/apiserver/api/emails/interest.html
Normal file
19
apiserver/apiserver/api/emails/interest.html
Normal file
@@ -0,0 +1,19 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<title></title>
|
||||
<style type="text/css">p.MsoNormal,p.MsoNoSpacing{margin:0}</style>
|
||||
</head>
|
||||
<body>
|
||||
<div>Hi [name],<br></div>
|
||||
<div><br></div>
|
||||
<div>There's been a class scheduled for [course] that you expressed interest in.<br></div>
|
||||
<div><br></div>
|
||||
<div>You can find the class on its course page here:<br></div>
|
||||
<div><a href="[link]">[link]</a><br></div>
|
||||
<div><br></div>
|
||||
<div>Your "interest" in this course is now removed and you won't receive any more notifications about its classes until you press the "Interest +" button again.<br></div>
|
||||
<div><br></div>
|
||||
<div>Spaceport<br></div>
|
||||
</body>
|
||||
</html>
|
11
apiserver/apiserver/api/emails/interest.txt
Normal file
11
apiserver/apiserver/api/emails/interest.txt
Normal file
@@ -0,0 +1,11 @@
|
||||
Hi [name],
|
||||
|
||||
There's been a class scheduled for [course] that you expressed interest in.
|
||||
|
||||
You can find the class on its course page here:
|
||||
[link]
|
||||
|
||||
Your "interest" in this course is now removed and you won't receive any more
|
||||
notifications about its classes until you press the "Interest +" button again.
|
||||
|
||||
Spaceport
|
Reference in New Issue
Block a user