$users = get_users();
foreach ( $users as $user ) {
$email = $user->user_email;
}
Get all WordPress user emails
This post brought to you by RocketGeek, ButlerBlog, and the following:
A curated collection of code snippets for WordPress