metamaps--metamaps/app/views/mailboxer/message_mailer/new_message_email.text.erb

11 lines
354 B
Plaintext
Raw Permalink Normal View History

You have a new message: <%= @subject %>
===============================================
You have received a new message:
-----------------------------------------------
<%= @message.body.html_safe? ? @message.body : strip_tags(@message.body) %>
-----------------------------------------------
Visit <%= root_url %> and go to your inbox for more info.