How can I exclude records on a table if the record has a field that matches a field on another table?

How can I exclude records on a table if the record has a field that matches a field on another table?

I have 2 tables, "Leads" and "Projects". How can I get all Leads where the Email field of that lead doesn't match the Email field in any Projects?