Extension:EmailUsers

From MediaWiki.org
Jump to: navigation, search
MediaWiki extensions manual - list
Crystal Clear action run.png
EmailUsers

Release status: experimental

Implementation Special page
Description Allowing users to send mails to multiple recipients
Author(s) LiangentTalk
License GPLv2
Download
Parameters

$wgEmailUsersMaxRecipients
$wgEmailUsersUseJobQueue

Added rights

sendbatchemail

Check usage (experimental)

Contents

[edit] What can this extension do?

This extension allows users to send mails to multiple recipients

[edit] Usage

Go to Special:EmailUsers, select recipients, write message and send.

[edit] Download instructions

Please download the code and place it in $IP/extensions. Note: $IP stands for the root directory of your MediaWiki installation, the same directory that holds LocalSettings.php.

[edit] Installation

To install this extension, add the following to LocalSettings.php:

#add configuration parameters here
#setup user rights here
require_once("$IP/extensions/EmailUsers/EmailUsers.php");

[edit] Configuration parameters

$wgEmailUsersMaxRecipients
Defines the max number of recipients
$wgEmailUsersUseJobQueue
Use Manual:Job queue when sending mails

[edit] User rights

sendbatchemail
Allows users to use this extension. General rights for sending mails is also required.
Personal tools
Namespaces

Variants
Actions
Navigation
Support
Download
Development
Communication
Print/export
Toolbox