Post: #1
|
||
WraiTh Joined: 24-06-2014 Posts: 11 Country: |
How can we export emails for specific usergroup? Hello there
Can someone help me figure out how can I export emails for specific usergroup? Or even for all groups? Is there a tool in the TSF admin control panel? Thanks |
|
|
||
Post: #2
|
|
alanb TS Support Team Joined: 15-11-2006 Posts: 3,118 Country: Awards: |
How can we export emails for specific usergroup? I would just use mysql ( or phpmyadmin ) for this. For all users leave off the where usergroup = xx part
SQL: select id, username, email from users where usergroup = 8;
|
|
|
«
Previous Thread
|
Next Thread
»
|