Use RecipientInterceptor when you don't want your Ruby program to accidentally send emails to addresses other than those on a whitelist which you configure. For example, you could use it in your web app's staging environment.
Dan Croak
gem "recipient_interceptor", "~> 0.1.1"