ref: master
plugins/exchange/views/exchange_plugin/mailer/new_message_notification.html.erb
<%= _('%{sender} sent a %{message} in the exchange.') % { :sender => @sender.name, :message => link_to(_('message'), :controller => :exchange_plugin_myprofile, :profile => @recipient.identifier, :action => :index) } %>