Module: Mailsafe

Defined in:
lib/mailsafe.rb,
lib/mailsafe/version.rb,
lib/mailsafe/reroute_interceptor.rb,
lib/mailsafe/receipient_whitelist.rb,
lib/mailsafe/change_subject_interceptor.rb

Defined Under Namespace

Classes: ChangeSubjectInterceptor, ReceipientWhitelist, RerouteInterceptor

Constant Summary collapse

VERSION =
"0.1.0"
@@prefix_email_subject_with_rails_env =
false
@@allowed_domain =
nil
@@override_receiver =
nil

Class Method Summary collapse

Class Method Details

.setup {|_self| ... } ⇒ Object

Yields:

  • (_self)

Yield Parameters:

  • _self (Mailsafe)

    the object that the method was called on



9
10
11
# File 'lib/mailsafe.rb', line 9

def self.setup
  yield self
end