user email ->to-> csv format

multiwar2

Joined: 2005-06-07
Posts: 1
Posted: Tue, 2005-06-07 19:23

gallery 2 - holy hand grenade.

how can i grab my 600 users emails so i can send them a nice email message.

I would really dislike going clicking back and fourth to copy each one to a new line in excel.

-multiwar

 
valiant

Joined: 2003-01-04
Posts: 32509
Posted: Tue, 2005-06-07 20:13

g2 has no mass mail function at the moment.
you could get them (export) from the database, e.g. with phpmyadmin or mysql front.
you want to look at the g2_user table.
of course you could also write a php script to extract the email addresses.