mySQL Multiple Select from name field

Im SURE this is a really simple problem but what ever syntax I try i just cant get what i want.

Basically, I have a mySQL table, and i want to select variouse rows based on the email address…in a mix of english and roughly guessed SQL would read:

SELECT * FROM table WHERE email= ‘someone’, ‘someone else’, ‘somemore’

Returning in this case three rows…

I hope thsi makes sence, id really appreciate it if ANYONE can help!