summaryrefslogtreecommitdiff
path: root/template/mail
diff options
context:
space:
mode:
Diffstat (limited to 'template/mail')
-rw-r--r--template/mail/html.st27
-rw-r--r--template/mail/welcome.st4
2 files changed, 30 insertions, 1 deletions
diff --git a/template/mail/html.st b/template/mail/html.st
new file mode 100644
index 0000000..33d4c1e
--- /dev/null
+++ b/template/mail/html.st
@@ -0,0 +1,27 @@
+SUBJECT: Hey $nick$, Welcome to dump.fm!
+<html>
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
+</head>
+
+<body style="font-family: Helvetica,Arial,Sans-Serif; font-size:
+36px;" leftmargin="0" topmargin="0" link="#6996b2" vlink="#6996b2"
+alink="#6996b2" bgcolor="#eef2ff" marginheight="0" marginwidth="0"
+text="#ffffff">
+<center>
+ <p>&nbsp;</p>
+ <table width="625" height="359" border="50" bordercolor="#0072f9">
+ <tr>
+ <td width="517" height="53" background="http://dump.fm/static/img/dblue2.png" bgcolor="#0072f9"><font size="+7"><center><strong>dump.fm</strong></center></font></td>
+ </tr>
+ <tr>
+ <td><img src="http://dump.fm/static/mail/welcome.gif" /><img src="http://dump.fm/static/mail/welcome3.gif" /><img src="http://dump.fm/static/mail/welcome.gif" />&nbsp;</td>
+ </tr>
+ <tr>
+ <td><font color="#666666"><center>Welcome to dump.fm $nick$!</center></font></td>
+ </tr>
+ </table>
+</center>
+
+</body>
+</html>
diff --git a/template/mail/welcome.st b/template/mail/welcome.st
index 42a0b38..7e8e9ef 100644
--- a/template/mail/welcome.st
+++ b/template/mail/welcome.st
@@ -1,5 +1,7 @@
SUBJECT: Welcome to dump.fm, $nick$!
-
+<html>
+<img src="http://dump.fm/static/mail/welcome.gif">
Welcome to the dump.fm posting experience.
Get started at <http://dump.fm/chat>, or setup your
profile at <http://dump.fm/u/$nick$>!
+</html> \ No newline at end of file