Extension:EmailUsers
From MediaWiki.org
|
EmailUsers Release status: experimental |
|||
|---|---|---|---|
| Implementation | Special page | ||
| Description | Allowing users to send mails to multiple recipients | ||
| Author(s) | LiangentTalk | ||
| License | GPLv2 | ||
| Download |
Download snapshot (Git master)
Git [?]: repo summary • tree • code changes SVN [?]: checkout-url • tree • code changes |
||
|
|||
|
|||
|
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.