Hi <%= @contact.name %>,
You have new messages on your conversation.
<%= message.incoming? ? 'You' : message.user.name %> | : <%= message.content %> |
Click <%= link_to 'here', app_conversation_url(id: @conversation.display_id) %> to get back to the conversation.