actually, i got it working:
SELECT account_email FROM account INNER JOIN domains ON account.account_id = domains.domain_account_id WHERE domains.domain_host_status=2
now the problem.. i need to ALSO find any account_email address for any id that does not exist in domains
there are some accounts but nothing on them in domains, i need those email address's mainly
thanks