# File lib/action_mailer/base.rb, line 473
      def method_missing(meth, *args, &block)
        @message.send(meth, *args, &block)
      end