ref: master
app/views/contact/sender/notification.html.erb
<%= _('This message was sent by %{sender} to %{target} on %{environment}.') % {:sender => @name, :target => @target, :environment => @environment.name} %>
<%= _('Information about the user who sent this message:')%>
<%= word_wrap(@message).html_safe %>
--