MyBB Community Forums

Full Version: All site members' email list
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Is there anything I can do to get a list of all site members' email? Because I'm on a free host and they do not support MASS MAIL, so I was thibking of getting them, and sending the mass mail in my gmail account!

Please HELP ME OUT!
Thanks
An easier solution would be to set up mybb to use SMTP through Gmail.
They do not also allow using SMTP!
Run this in phpmyadmin or your database manager:

SELECT email FROM `mybb_users`
I don't know how to get the emails into txt! How do I get them by txt or something similar, other than copying them one at a time?