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
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.
Posts: 32509
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.