# File lib/email_spec/matchers.rb, line 83
      def initialize(email)
        @expected_sender = Mail::FromField.new(email).addrs.first
      end