Tags:
create new tag
, view all tags

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

TWiki version: TWikiRelease04x01x02
TWiki plugins: DefaultPlugin, EmptyPlugin, InterwikiPlugin
Server OS: RedHat
Web server: Apache
Perl version: 5.8
Client OS: Windows XP Service Pack2
Web Browser: Internet Explorer, Firefox
Categories: Mail

-- KirstinWeber - 26 Jun 2007

Answer

ALERT! 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

 
Change status to:
Topic revision: r3 - 2007-06-27 - KirstinWeber
 
Twitter Delicious Facebook Digg Google Bookmarks E-mail LinkedIn Reddit StumbleUpon    
  • Download TWiki
TWiki logo Powered by Perl Hosted by OICcam.com Ideas, requests, problems regarding TWiki? Send feedback. Ask community in the support forum.
Copyright © 1999-2012 by the contributing authors. All material on this collaboration platform is the property of the contributing authors.