Extension:EmailCapture

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

Release status: stable

Implementation User identity, Special page, Database
Description Collecting and verifying email addresses.
Author(s) Trevor Parscaltalk
MediaWiki 1.17+
License GPLv2
Download
Parameters

$wgEmailCaptureSendAutoResponse $wgEmailCaptureAutoResponse

Hooks used
LoadExtensionSchemaUpdates

ParserTestTables

Check usage and version matrix
Bugs: list open list all report

Capture e-mail addresses, and allow users to verify them through e-mail. This code is nearly complete but totally untested.

This was designed for use with the ArticleFeedback extension. The idea is that members of the Wikimedia Community Department can collect e-mail addresses (largely of people without user accounts) in order to contact them in the future about creating an account, editing an article, etc. The extension stores the individual's e-mail address, a verification code, and a verification boolean in a database table.

Feedback [edit]

Open tickets in Wikimedia's BugZilla under the "ArticleFeedback" component in the "MediaWiki extensions" product. Be sure to include "[EmailCapture]" in front of the bug summary.

Installation [edit]

  1. Get the extension with distributor or svn and drop it into MediaWiki directory /extensions
  2. Setup your LocalSettings.php:
    require_once("$IP/extensions/EmailCapture/EmailCapture.php");
    
    for more details about the settings go to README file.
  3. Run php maintenance/update.php from the command line (see update.php and also here)