Hello <%= @user.name %>!

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

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

<%= @notification.title.html_safe %>

<%= @notification.message.html_safe %>