diff --git a/opentech/apply/activity/templates/messages/email/applicant_base.html b/opentech/apply/activity/templates/messages/email/applicant_base.html
index 4aef4043665c9cc88e58d721a5c6cc0b9be4653e..bc70586b30c49191aab2c71a60929e8eda59f86b 100644
--- a/opentech/apply/activity/templates/messages/email/applicant_base.html
+++ b/opentech/apply/activity/templates/messages/email/applicant_base.html
@@ -2,5 +2,7 @@
 {% block salutation %}Dear {{ submission.user.get_full_name|default:"applicant" }},{% endblock %}
 
 {% block more_info %}You can access your application here: {{ request.scheme }}://{{ request.get_host }}{{ submission.get_absolute_url }}
+If you have any questions, please submit them here: {{ request.scheme }}://{{ request.get_host }}{{ submission.get_absolute_url }}#communications
 
-If you have any questions, please leave a message on your application or email us at info@opentech.fund{% endblock %}
+If you have any issues accessing the submission system or other general inquiries, please email us at hello@opentech.fund
+{% endblock %}