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 and version matrix

Contents

What can this extension do? [edit]

This extension allows users to send mails to multiple recipients

Usage [edit]

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

Download instructions [edit]

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.

Installation [edit]

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");

Configuration parameters [edit]

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

User rights [edit]

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