MyBB Community Forums

Full Version: myBB MySQL Email Field
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi,

I want to extract the email of our members from our myBB MySQL DB so I can create an Outlook Distribution Group or Mailing list. What is the of the Email field in the myBB MySQL DB? If you can provide me the query syntax of it, that would be great too Smile

Thanks!
Zac
SELECT email FROM mybb_users

(assuming mybb_ is your prefix still for the tables)