+ Cheers,
+ The <%= @doubtfire_product_name %> Team on behalf of <%= @tutor.name %>
+
+
+
+
+
diff --git a/app/views/teacher_response_mailer/recieved_notification.text.erb b/app/views/teacher_response_mailer/recieved_notification.text.erb
new file mode 100644
index 000000000..d40a8c7ce
--- /dev/null
+++ b/app/views/teacher_response_mailer/recieved_notification.text.erb
@@ -0,0 +1,16 @@
+Hi <%= @student.first_name %>,
+
+I have checked your tasks and provided some feedback. Login and check the status<%= @has_comments ? ' and comments' : ''%> of the following tasks:
+
+<% @tasks.each do |task| %>
+ * <%= task.task_definition.abbreviation %> - <%=task.task_definition.name%> <%= task.is_last_comment_by?(@tutor) ? ' - with comments' : ''%>
+<% end %>
+
+Cheers,
+The <%= @doubtfire_product_name %> Team on behalf of <%= @tutor.name %>
+
+---
+
+Visit <%= @unsubscribe_url%> to unsubscribe from these notifications.
+
+Generated with <%= @doubtfire_product_name %>