By HollywoodChicago.com on
My site has been collecting e-mail addresses in two primary ways:
1) The e-mail address field when someone creates a new site account (required).
2) The e-mail address field when someone comments (required).
How can I export all of these e-mail addresses so I have one file of them all?
Comments
=-=
locate them in the database and use the export tools provided by your database management tool.
registration email addresses are stored in the users table I believe. I do not know where anon/comment email addresses are stored off hand.
Got the user account e-mails
Got the user account e-mails. Thanks! Anyone know in which table the comment e-mail addresses are stored?
P.S. For anyone else who wants to do this, the site user account e-mail addresses were in my database at users/mail.
comment e-mails
The table is aptly named comments; the column is mail. Put it together and you've got: comments.mail
Ah hah!
Got those, too. You'd think I would have been able to figure that out, but thanks for your help! :-)