<%= t("mailers.comment.hi") %> <%= @commentable.author.name %>,
<%= sanitize(t("mailers.comment.new_comment_by", commenter: @comment.author.name)) %> <%= link_to @commentable.title, commentable_url(@commentable), style: "color: #2895F1; text-decoration:none;" %>
<%= sanitize_and_auto_link @comment.body %>
<%= t("mailers.config.manage_email_subscriptions") %> <%= link_to t("account.show.title"), account_url, style: "color: #2895F1; text-decoration:none;" %>