diff --git a/opentech/apply/activity/templates/messages/email/determination.html b/opentech/apply/activity/templates/messages/email/determination.html
index d224887ece86e02120b3f067de61e5dd1c2a6d76..62fe5a032cb9afd09c85619779dd0dbc26ffd4a5 100644
--- a/opentech/apply/activity/templates/messages/email/determination.html
+++ b/opentech/apply/activity/templates/messages/email/determination.html
@@ -2,6 +2,8 @@
 {% load bleach_tags %}
 
 {% block content %}
+Your application has been reviewed and the outcome is: {{ submission.determination.clean_outcome }}
+
 {{ submission.determination.message|bleach }}
 {% endblock %}