english 
Thread Options  Search this Thread  
Post: #1
12-02-2017 01:47 AM
WraiTh


Joined: 24-06-2014
Posts: 11
Country: Romania
Male WraiTh is Offline now
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
13-02-2017 04:19 AM
alanb
TS Support Team


Joined: 15-11-2006
Posts: 3,118
Country: United States of America
Awards:  
Male alanb is Offline now
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;


The following 3 users say thank you to alanb for this useful post:

Quick Reply
Decrease Size
Increase Size
Insert bold text Insert italic text Insert underlined text Align text to the left Align text to the centerr Align text to the right Justify text Insert quoted text Code Insert formatted PHP code Insert formatted SQL code
Colors
Insert hyperlink Insert image Insert email address
Smilies
Insert hidden text



Forum Jump: