Skip to content
This repository has been archived by the owner on Apr 12, 2024. It is now read-only.

bosskovic/actionmailer_interceptor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

actionmailer_interceptor

Intercepts and forwards emails to the given address in the specified environments

installation

in Gemfile:

gem 'actionmailer_interceptor'

in config/initializers/actionmailer_interceptor.rb:

if ENV['redirection_email']
  ActionMailer::Base.register_interceptor(ActionmailerInterceptor::MailInterceptor)
end

About

Intercepts and forwards emails to the given address in the specified environments

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages