Extension:EmailuserHtml
This extension is incompatible with MediaWiki 1.42 or any later release! You are advised against using this extension on a live site. MediaWiki developers are invited to pledge their efforts to updating this extension to make it compatible with MediaWiki 1.42 by replacing the {{Incompatible }} template with {{Incompatible |version=1.42|pledge=~~~~}} . |
This extension is currently not actively maintained! Although it may still work, any bug reports or feature requests will more than likely be ignored. |
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 | GitHub: Note: |
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 yourextensions/
folder. - Add the following code at the bottom of your LocalSettings.php file:
wfLoadExtension( 'EmailuserHtml' );
- Done – Navigate to Special:Version on your wiki to verify that the extension is successfully installed.