1
IShades
How do I retrieve my xoops user emails (like a list)
  • 2007/2/12 14:27

  • IShades

  • Just popping in

  • Posts: 96

  • Since: 2004/2/20


I am currently going to restart fresh but I have a great deal of users. I don't want to lose them so is there a way I can retrieve all my user emails so I can mass email them to let them know the deal and to come back in and register?

I may be switching to VB and so it may be required. I am afraid to try a XOOPS to vb DB patch, since I dont know if one exists and if it does if it is stable enough.
Immortal Shades MultiMedia- FLASHin SINCE FLASH 3
Email: info@immortalshades.com

2
zyspec
Re: How do I retrieve my xoops user emails (like a list)
  • 2007/2/12 16:00

  • zyspec

  • Module Developer

  • Posts: 1095

  • Since: 2004/9/21


The easiest way to contact all your users is to use the "Mail Users" feature of Xoops.
a) Go to Admin > Mail Users.
b) Select the group(s) you want to send the message to
c) Enter the Subject and Body text
d) Select the "email" checkbox in the the "Send to" field.
e) Click the "Send" button

----------------------------------

The easiest way to get a "copy" of all your users emails is by using phpMyAdmin (or similar). Do a query on the database and then export the results.

The query would be something like:
SELECT nameemail FROM `yourtableprefix_users`  ORDER BY name


This query will return the users name and email address. You can then export it to whatever format you need (say CSV) and then go from there.

Note: Replace 'yourtableprefix' in the above query string with your XOOPS table prefix.

Login

Who's Online

150 user(s) are online (75 user(s) are browsing Support Forums)


Members: 0


Guests: 150


more...

Donat-O-Meter

Stats
Goal: $100.00
Due Date: May 31
Gross Amount: $0.00
Net Balance: $0.00
Left to go: $100.00
Make donations with PayPal!

Latest GitHub Commits