By stormer on
is it possible to send a bulk e-mail out to all registered users on my Drupal site?
thanks in advance
Drupal 5.0
is it possible to send a bulk e-mail out to all registered users on my Drupal site?
thanks in advance
Drupal 5.0
Comments
I suggest you install
I suggest you install Organic Groups and use that to do the mail out
You need php compiled as a cgi, and...
Using php compiled as a cgi, write the following to a file called emails.php (changing the details where appropriate for your database):
When run from the command line of your web server (NOT AS A WEB PAGE!), this will print out all the email addresses of your user table, one per line. Redirect output to a file, and then what you do with them is up to you. ;)
Check here:
Discussion thread: http://drupal.org/node/114293
Original thread: http://drupal.org/node/106944
Module code: http://pali.sirimangalo.org/files/mass_contact/