I attached a file of a quick little script to do this for you..
Put emaillist.php in your forum's home directory.
Add a template to the style you use on your forum called "email_listbit" and add the following to that new email_listbit template:
Code:
$email_list[username],$email_list[email]<br>
This will output a list of ALL your users, one user per line, username then email address delimited by a comma.
This is just a quick script I wrote for you nothing fancy, only works for someone whose in the administrator group (group id 6).
Hope this helps.
Joel