Extension:EmailuserHtml
Appearance
This extension is incompatible with MediaWiki 1.42 or any later release!
|
This extension is currently not actively maintained! Although it may still work, any bug reports or feature requests will more than likely be ignored. |
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
EmailuserHtmlin 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.
