Question
- I want to send mails to all users of our wiki.
- Is there a simple way to do it, like an admin tool I have not found yet or a search query?
- Thanks for your help!
Environment
--
KirstinWeber - 26 Jun 2007
Answer
If you answer a question - or have a question you asked answered by someone - please remember to edit the page and set the status to answered. The status is in a drop-down list below the edit box.
I'm sorry to report that there is no internal capability in TWiki for this as yet. You can create a simple table that list all users with other information (including email addresses) which you could copy into a spreadsheet to do an email-merge or otherwize extract a member email list.
| *WikiName* | *FirstName* | *LastName* | *City* | *State* | *Zip* | *Country* | *Email* |
%SEARCH{"FORM.name\=.*UserForm" type="regex" web="Users" nonoise="on" format="| $web.$topic | <noautolink>$formfield(FirstName) | $formfield(LastName) | $formfield(City) | $formfield(State) | $formfield(Zip) | $formfield(Country)</noautolink> | $percntUSERINFO{\"$topic\" format=\"$emails\"}$percnt |"}%
I would also restrict this topic to be viewable only by TWikiAdminGroup.
--
LynnwoodBrown - 26 Jun 2007
Thanks for your help. We have no web called Users so I replaced it by Main but now it works fine. In addition, I skipped everything except email so I only get the email addresses. Afterwards, I can copy these addresses into my mail.
--
KirstinWeber - 27 Jun 2007