If we send a mail message to an individual (as opposed to an organization) we
want it to be in whatever language they have set. To do this, we can wrap the
mail in I18n.with_locale(user.locale) and it will translate everything for us.
This wraps mailers in our application and devise.
This blog post was helpful: https://niallburkley.com/blog/localize-rails-emails/