# File lib/action_mailer/base.rb, line 467
      def headers(hash = {})
        hash.each_pair do |k,v|
          self[k] = v
        end
      end