class Mail::Matchers::HasSentEmailMatcher

def bcc(recipient_or_list)

def bcc(recipient_or_list)
  @blind_copy_recipients ||= []
  @blind_copy_recipients.concat(Array(recipient_or_list))
  self
end