Searching for Emails with Recipient Address

Recipient address contains a list of all email addresses the email was sent to.

Similar to searching on the subject field, the system splits the input string and the list of email recipients into words, where all non-alphabetical characters are delimiters.

Then, the system searches for emails with the string containing those words (not part of them) in the same order as they appear in the input string.

For example, the recipient john@mycompany.com is split in to three consecutive words: john company com

Email Sender Search that will return the email Search that will NOT return the email

john@gmail.com

jeremy@company.com

(the email was sent to both the addresses)

  • john

  • jeremy

  • Jeremy company

  • john gmail com

  • john company

  • joh