# File lib/action_mailer/vendor/tmail/net.rb, line 175
    def initialize( nosend = nil, delempty = true )
      @no_send_fields = nosend || NOSEND_FIELDS.dup
      @delete_empty_fields = delempty
    end