diff --git a/templates/emails/close_issue.html b/templates/emails/close_issue.html
new file mode 100644
index 0000000..59a5557
--- /dev/null
+++ b/templates/emails/close_issue.html
@@ -0,0 +1,4 @@
+Issue closed.
+
+--
+You can see the issue on PonyTracker: {{ uri }}
diff --git a/templates/emails/new_comment.html b/templates/emails/new_comment.html
new file mode 100644
index 0000000..79512e7
--- /dev/null
+++ b/templates/emails/new_comment.html
@@ -0,0 +1,4 @@
+{{ comment }}
+
+--
+Respond on PonyTracker: {{ uri }}
diff --git a/templates/emails/new_issue.html b/templates/emails/new_issue.html
new file mode 100644
index 0000000..c145060
--- /dev/null
+++ b/templates/emails/new_issue.html
@@ -0,0 +1,8 @@
+{% if description %}
+{{ description }}
+{% else %}
+ No description.
+{% endif %}
+
+--
+Comment it on PonyTracker: {{ uri }}
diff --git a/templates/emails/reopen_issue.html b/templates/emails/reopen_issue.html
new file mode 100644
index 0000000..96d8a94
--- /dev/null
+++ b/templates/emails/reopen_issue.html
@@ -0,0 +1,4 @@
+Issue reopened.
+
+--
+You can see the issue on PonyTracker: {{ uri }}