class ActionMailer::Base::NullMail

:nodoc:

def body; '' end

:nodoc:
def body; '' end

def header; {} end

def header; {} end

def method_missing(*args)

def method_missing(*args)
  nil
end