diff --git a/app/views/contact_form/new.html.erb b/app/views/contact_form/new.html.erb
index c5afe3ee..577d9ec3 100644
--- a/app/views/contact_form/new.html.erb
+++ b/app/views/contact_form/new.html.erb
@@ -5,7 +5,7 @@
<% if user_signed_in? %>
<% nm = '' %>
- <% em = current_user.name + "@umich.edu" %>
+ <% em = current_user.user_key %>
<% else %>
<% nm = '' %>
<% em = '' %>
@@ -41,4 +41,4 @@
<% end %>
-
\ No newline at end of file
+