# File lib/ruote/part/smtp_participant.rb, line 83
    def initialize (opts)

      @opts = opts.inject({}) { |h, (k, v)| h[k.to_s] = v; h }
    end