MediaWiki extensions manual
EmailCapture
Release status: stable
Implementation User identity , Special page , Database
Description Collecting and verifying email addresses.
Author(s) Trevor Parscaltalk
Latest version 0.5.0
MediaWiki 1.17+
Database changes Yes
License GNU General Public License 2.0 or later
Download
Parameters
  • $wgEmailCaptureAutoResponse
  • $wgEmailCaptureSendAutoResponse
Hooks used
  • LoadExtensionSchemaUpdates
  • ParserTestTables
Quarterly downloads 0
Translate the EmailCapture extension if it is available at translatewiki.net
Issues Open tasks · Report a bug

The EmailCapture extension allows to collect 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

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

  • Download and place the file(s) in a directory called EmailCapture in your extensions/ folder.
  • Add the following code at the bottom of your LocalSettings.php file:
    require_once "$IP/extensions/EmailCapture/EmailCapture.php";
    
  • Run the update script which will automatically create the necessary database tables that this extension needs.
  • Yes Done – Navigate to Special:Version on your wiki to verify that the extension is successfully installed.
This article is issued from Mediawiki. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.