module MailHandler module Backends module TmailBackend def backend() 'TMail' end end end end