1 2 3 4 5 6 7 8 9 10 11 12
require 'mail' module MailHandler module Backends module MailBackend def backend() 'Mail' end end end end