Extension:MultiMail

Category:MIT licensed extensions
MediaWiki extensions manual
MultiMail
Release status: stableCategory:Stable extensions
Implementation Special page Category:Special page extensions, User identity Category:User identity extensions
Description Adds support for multiple email addresses
Author(s) Mainframe98talk
Compatibility policy Snapshots releases along with MediaWiki. Master is not backward compatible.Category:Extensions with release branches compatibility policy
Database changes Yes
Tables user_secondary_email
License MIT License
Download Category:Extensions in Wikimedia version control
Readme.md
$wgMultiMailDB
Quarterly downloads 0
Translate the MultiMail extension if it is available at translatewiki.net
Issues Open tasks · Report a bug
Category:All extensions

The MultiMail extension adds support for multiple email addresses.

Installation

  • Download and move the extracted MultiMail folder to your extensions/ directory.
    Developers and code contributors should install the extension from Git instead, using:cd extensions/
    git clone https://gerrit.wikimedia.org/r/mediawiki/extensions/MultiMail
  • Add the following code at the bottom of your LocalSettings.php file:
    wfLoadExtension( 'MultiMail' );
    
  • 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.

User rights

  • multimail - Permits access to the special page. It is granted to everyone by default, but the special page requires that any user that uses it is logged-in, similar to Special:Preferences.

$wgVirtualDomainsMapping

MediaWiki version:
1.41

MultiMail supports $wgVirtualDomainsMapping . It can be configured using the key virtual-multimail. If you use $wgSharedTables , you do not need to configure $wgVirtualDomainsMapping .

Configuration parameters

  • $wgMultiMailDB (removed in 1.41) - This is the name of the database where the user_secondary_email table will be stored. If you use $wgSharedTables , this can be left at its default value.
Category:All extensions Category:ApiQueryTokensRegisterTypes extensions Category:ConfirmEmailComplete extensions Category:Extensions in Wikimedia version control Category:Extensions which add rights Category:Extensions with release branches compatibility policy Category:LoadExtensionSchemaUpdates extensions Category:LoginFormValidErrorMessages extensions Category:MIT licensed extensions Category:PrefsEmailAudit extensions Category:Special page extensions Category:Stable extensions Category:User identity extensions