Hello <%= @user.name %>!

<%= I18n.t("notifications.email_title") %>

Type: <%= I18n.t("notifications.types.#{@notification.type_of}") %>

<%= prepend_server_url_to_links(@notification.title.html_safe).html_safe %>

<%= prepend_server_url_to_links(@notification.message).html_safe %>