app/views/notifier_mailer/new_comment.text.erb
Hey <%= @user.short_name %>,
<%= @commentor.username %> has commented on your pro tip: <%= @comment.protip.title %>
<%= @comment.body %>
View/Reply: <%= protip_url(@comment.protip.public_id) + "#comment_#{@comment.id}" %>
<%= NotifierMailer::SPAM_NOTICE %>