I need a way to export the email adresses of all of my users.

Comments

oadaeh’s picture

  $results = db_query('SELECT mail from {users}');
  while ($e_mail_address = db_fetch_object($results)) {
    print($e_mail_address->mail);
  }
kbahey’s picture

Use the Profile CSV module.

Allows you to export any profile data for users into spreadsheets.
--
Drupal performance tuning, development, customization and consulting: 2bits.com, Inc.
Personal blog: Baheyeldin.com.

--
Drupal performance tuning and optimization, hosting, development, and consulting: 2bits.com, Inc. and Twitter at: @2bits
Personal blog: Ba