Login     Sign up
whre can i find all user email??
kingmagi (@king10magi)
Join date: Sep 6th 2010
Community posts: 97
View Profile
Send Message

is that on database? or any modules that allowed me to send email to all user?? or i need to find on database but whre?

162 months ago
Jcow Master (@falcone)
Join date: Sep 2nd 2010
Community posts: 917
View Profile
Send Message

db-table jcow_accounts

162 months ago
kingmagi (@king10magi)
Join date: Sep 6th 2010
Community posts: 97
View Profile
Send Message

yeah i see the email... but how can i take all the email?.. iam not good in phpmyadmin..

162 months ago
Jcow Master (@falcone)
Join date: Sep 2nd 2010
Community posts: 917
View Profile
Send Message

in the sql tab

[code]
SELECT email FROM jcow_accounts order by id
[/code]

162 months ago
1