Generate a unique salt for each email address. Combine the salt with the email address. Hash the combined data using a secure hashing algorithm like SHA-256.
Store the salt and the hashed result securely in your database. When you need to verify an email address, you can repeat the process and compare the hashed outputs.