Repository is archived
No commit activity in last 3 years
No release in over 3 years
Use MailSpyInterceptor when you want to BCC yourself in every email sent out by your application. I've found it very useful when running a startup in a very early stage.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

~> 1.6
>= 0
>= 0

Runtime

>= 0
 Project Readme

MailSpyInterceptor

Build Status Code Climate

BCC yourself in every email sent by your Rails application.

Installation

In Gemfile:

gem 'mail_spy_interceptor'

In config/environments/production.rb:

Mail.register_interceptor MailSpyInterceptor.new(ENV['EMAIL_RECIPIENTS'])

From the command line:

heroku config:add EMAIL_RECIPIENTS='lorem@ipsum.com' --remote production

Credits

MailSpy is maintained by Juanda Zapata

License

MailSpy is © 2014 Juanda Zapata. It is free software, and may be redistributed under the terms specified in the LICENSE file.