class Mail::Sendmail

def deprecation_warn

def deprecation_warn
  defined?(ActiveSupport::Deprecation.warn) ? ActiveSupport::Deprecation.method(:warn) : Kernel.method(:warn)
end