On Tue, Feb 26, 2008 at 7:04 PM, David_S_Green@dell.com wrote:
Is there any simply way to e-mail all of a wiki's users? Or maybe a way to get a full list of the e-mail addresses they registered with, so that an e-mail could be sent from a different source? Thanks in advance for your help.
If you have mailman, you could do something like this:
#!/bin/sh echo "select user_email from PREFIX_user where user_email_authenticated is not null" | mysql -N WIKIDB >/PATH/FILE ~MAILMAN/bin/remove_members -a LISTNAME ~MAILMAN/bin/add_members -f /PATH/FILE -w n -a n LISTNAME