ref: master
app/views/user_mailer/profiles_suggestions_email.html.erb
<%= _('Hi, %{recipient}!') % { :recipient => @recipient } %><%= _('We want to give you some suggestions to grow up your network.') %>
<%= _('Check it out!') %>
<% unless @people_suggestions.empty? %><%= _('Friends suggestions:') %>
<%= _('Communities suggestions:') %>
<%= _("Greetings,") %>
--