I have a blog which use MT. I have alot user registered under my blog. Now I want to extract the user detail to excel format or csv format or other format. So that I can email to all of them using my email. I want to make a celebration dedication to them.
Can anyone here here teach me how to do that?
Reported on Movable Type 4.0x

you will need to use SQL to do this. This query
will produce a list of names and email addresses, you should be able to save the results as a csv file or similar in whatever program you use to manage your database.
I'd recommend phpMyAdmin.
In phpMyAdmin, you'd do this:
1) Run select authorname, authoremail from mt_author; 2) Scroll down to "export" at the bottom of the results page. 3) Export it as a CSV file.
Thanks for the reply,
anyway, where can i find phpMyAdmin? is it built in with MT?
No, it's usually provided by your host.