# File lib/mail/matchers/has_sent_mail.rb, line 84
      def matches_on_sender?(delivery)
        delivery.from.include?(@sender)
      end