ref: master
config/initializers/mail_queuer.rb
1 2 3 4 5
if ENV['MAIL_QUEUER'] Mail::Message.include MailQueuer if ENV['MAIL_QUEUER'] end