gnu-social/plugins/EmailSummary
Alexei Sorokin 62b90c29db [DATABASE] Introduce a bool type in schema
PostgreSQL has a clear distinction between integers and booleans, so it makes
sense to draw a clear line.
2019-09-11 11:25:39 +03:00
..
classes [DATABASE] Introduce a bool type in schema 2019-09-11 11:25:39 +03:00
lib [REFACTOR] Added explicit return type to all instances of QueueHandler::handle 2019-08-11 01:11:41 +01:00
locale [PLUGINS] Removed GeoURL as the service doesn't exist anymore 2019-08-24 01:59:36 +01:00
scripts StatusNet class renamed GNUsocial 2015-02-27 12:44:15 +01:00
EmailSummaryPlugin.php [CORE] Plugin API now extends a new Module API 2019-08-24 01:59:33 +01:00
README Add plugin READMEs 2016-02-08 17:48:37 +00:00

README

The EmailSummary plugin sends an email summary of the inbox to users in the
network.

After enabling the plugin, users will have an option to enable/disable the
feature in their "Email Settings" section.

You can run ./script/sendemailsummary.php to send emails (options are
documented in the file). You can run this script automatically via your OS's
cron mechanism to send emails regularly.

Installation
============
add "addPlugin('EmailSummary');"
to the bottom of your config.php

Settings
========
none

Example
=======
addPlugin('EmailSummary');