diff --git a/app/views/layouts/_footer.html.erb b/app/views/layouts/_footer.html.erb
index 4a7b6a96d..442f25d60 100644
--- a/app/views/layouts/_footer.html.erb
+++ b/app/views/layouts/_footer.html.erb
@@ -16,7 +16,7 @@
Email
-
-
+ <%= govuk_mail_to("submitcoredata@communities.gov.uk", class: "govuk-footer__link") %>
- We aim to respond within 2 working days
diff --git a/app/views/layouts/application.html.erb b/app/views/layouts/application.html.erb
index 9552a4cba..80b1cb6cd 100644
--- a/app/views/layouts/application.html.erb
+++ b/app/views/layouts/application.html.erb
@@ -54,7 +54,7 @@
<%= govuk_phase_banner(
tag: { text: 'Beta' },
- text: "This is a new service – #{govuk_mail_to("test@mhclg.gov.uk", "give feedback or report a problem", subject: "Feedback about Lettings and Sales of Social Housing in England Data Collection")}".html_safe
+ text: "This is a new service – #{govuk_mail_to("submitcoredata@communities.gov.uk", "give feedback or report a problem", subject: "Feedback about #{t('service_name')}")}".html_safe
) %>
<%= content_for(:breadcrumbs) %>