Finding & verification

Email permutator

A generator that produces candidate addresses from a name and domain across common patterns. Candidates are not verified addresses.

A generator that produces candidate addresses from a name and domain across common patterns. Candidates are not verified addresses.

  • {first}.{last}jane.doe@company.com
  • {first}jane@company.com
  • {f}{last}jdoe@company.com
  • {first}{last}janedoe@company.com
  • {f}.{last}j.doe@company.com
  • {first}{l}janed@company.com
  • {last}.{first}doe.jane@company.com
  • {last}{first}doejane@company.com
  • {last}doe@company.com
  • {first}_{last}jane_doe@company.com
  • {f}_{last}j_doe@company.com
  • {first}-{last}jane-doe@company.com
  • {f}-{last}j-doe@company.com

Candidates only — Jane Doe is not a real person at that domain. Verify one against the mail server before you send.

Related