Here's the correct syntax - finally figured it out!

Code:
UPDATE `email_table` SET `email_status` = "0" WHERE `email_address` = "user@domainname.com" OR `email_address` = "anotheruser@domainname.com"