If there's 20 people interested in a course, class creation could take quite a while so show progress. Only send emails to active members. Change "Interest +" wording to "interested" in emails.
20 lines
656 B
HTML
20 lines
656 B
HTML
<!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 "interested" button again.<br></div>
|
|
<div><br></div>
|
|
<div>Spaceport<br></div>
|
|
</body>
|
|
</html>
|