Extension:EmailuserHtml
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.
InstallationEdit
- 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
:wfLoadExtension( 'EmailuserHtml' );
- Done – Navigate to Special:Version on your wiki to verify that the extension is successfully installed.