Extension:EmailuserHtml

From mediawiki.org
MediaWiki extensions manual
EmailuserHtml
Release status: unmaintained
Implementation API
Description Send an HTML email to an user
Author(s) Pierre Rudloff (Rudlofftalk)
Latest version 0.1.0
MediaWiki
Database changes No
Composer archi-strasbourg/emailuser-html
License GNU General Public License 3.0
Download

This MediaWiki extensions adds an API based on the emailuser API but that sends HTML emails instead.

Installation[edit]

  • Download and place the file(s) in a directory called EmailuserHtml in your extensions/ folder.
  • Add the following code at the bottom of your LocalSettings.php file:
    wfLoadExtension( 'EmailuserHtml' );
    
  • Yes Done – Navigate to Special:Version on your wiki to verify that the extension is successfully installed.