Skip to content

Instantly share code, notes, and snippets.

@rob-race
Created October 9, 2017 20:30
Show Gist options
  • Save rob-race/48cfea61509efe19ec126652ce17646c to your computer and use it in GitHub Desktop.
Save rob-race/48cfea61509efe19ec126652ce17646c to your computer and use it in GitHub Desktop.
...
def process
if Rails.env.development?
Rails.logger.info '-----------EMAIL-------------'
Rails.logger.info email.to.first[:token]
Rails.logger.info email.body
Rails.logger.info email.headers["Message-ID"]
Rails.logger.info '-----------EMAIL-------------'
end
...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment