forked from compserv/hkn-rails
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add email sending for getting off the waitlist
- Loading branch information
1 parent
517f3de
commit 0356cef
Showing
3 changed files
with
54 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
<!DOCTYPE html> | ||
<html lang="en"> | ||
<head> | ||
<meta charset="UTF-8"> | ||
<title>{{ subject }}</title> | ||
</head> | ||
<body> | ||
|
||
<p> | ||
You have gotten off the waitlist for the event {{ event_name }}! | ||
Click | ||
<a href="{{ event_link }}">here</a> | ||
to view the event. | ||
</p> | ||
|
||
<p> | ||
Have a nice day! | ||
</p> | ||
|
||
<img src="{{ img_link }}" alt="cute animal"><br> | ||
<span style="font-size: 0.8em;"> Image source: pexels.com </span> | ||
|
||
</body> | ||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters