Hello <%= @invitation.email %>, The user <%= @invitation.user.username %> has invited you to the website Lobsters<%= @invitation.memo.present? ? raw(":\n\n #{@invitation.memo}") : "." %> To create an account, visit the URL below: <%= root_url %>invitations/<%= @invitation.code %>