select email from webmail_user_accounts where user_id = :user_id and active_p = 't' select * from webmail_user_prefs where user_id = :user_id select first_names, last_name, email_address from webmail_address_book where contact_id = :contact_id