MyBB Community Forums
Collect all emails - Printable Version

+- MyBB Community Forums (https://community.mybb.com)
+-- Forum: Community Archive (https://community.mybb.com/forum-106.html)
+--- Forum: Archived Forums (https://community.mybb.com/forum-143.html)
+---- Forum: Archived Development and Support (https://community.mybb.com/forum-155.html)
+----- Forum: MyBB 1.6 (https://community.mybb.com/forum-138.html)
+------ Forum: 1.6 General Support (https://community.mybb.com/forum-127.html)
+------ Thread: Collect all emails (/thread-145963.html)



Collect all emails - marcus123 - 2013-09-27

How to collect all the users emails from database?


RE: Collect all emails - .m. - 2013-09-27

see replies here - emails will be shown on screen and they can be copied to any application


RE: Collect all emails - spork985 - 2013-09-27

Run this through phpMyAdmin:
select email from mybb_users;


RE: Collect all emails - marcus123 - 2013-09-27

(2013-09-27, 12:56 PM).m. Wrote: see replies here - emails will be shown on screen and they can be copied to any application
I am gonna try it now
(2013-09-27, 01:03 PM)spork985 Wrote: Run this through phpMyAdmin:
select email from mybb_users;
It works but how do I copy all the emails?


RE: Collect all emails - spork985 - 2013-09-27

Are you able to use Ctrl+A? If not, m's solution may be best since it will dump them directly on to the web page.


RE: Collect all emails - marcus123 - 2013-09-27

Thanks @spork985 but .M. solution works great