Jump to content

Extension:MailNotification: Difference between revisions

From mediawiki.org
Content deleted Content added
Romout (talk | contribs)
No edit summary
m Reverted edits by 185.65.253.102 (talk) to last version by Kghbln
Tags: Replaced Rollback
 
(21 intermediate revisions by 10 users not shown)
Line 1: Line 1:
{{Archived extension|3746344}}
{{Extension
|name = MailNotification
|status = alpha
|type = Hook extensions
|author = Ramin Dalkouhi
|image =
|version = 0.1
|update =
|mediawiki = 1.7.2
|download = [[:Template:Extension#Create a new extension article|Create a new extension article]]
|readme =
|changelog =
|description = A small extension to send mails to registered users via a prone job.
|parameters =
|rights =
|example =
}}

== What can this extension do? ==
The extension stores a list of article changes within a seperate database table and if the included prone job is started, the list is send to all registered users via mail. This is the first version of that extension. Currently, notification mails are send to all users no matter if the e-mail address has been confirmed or not.

== Usage ==
Simply register MailNotification.pronejob.php to run at certain time intervals as required, for example, every morning at 9:00 am.

== Installation ==
Copy all files to your wiki/extensions folder and register the pronejob as described above.

=== Parameters ===
No parameters are supported.

=== Changes to LocalSettings.php ===
Register the MailNotification extension by adding the following line to your LocalSettings.php file:

<code>
require_once( "$IP/extensions/MailNotification.php" );
</code>

=== Code ===
There are no code examples available.

=== License ===
Released under the LGPL License as pictured in [http://www.gnu.org/licenses/lgpl.html www.gnu.org/licenses/lgpl.html].

Latest revision as of 18:51, 18 September 2021