brunoccast c7afe2f86c [TRANSLATION] Update Plugin POs 5 yıl önce
..
classes de55d8f83b plugins onAutoload now only overloads if necessary (extlibs etc.) 11 yıl önce
lib 63c087a255 Consistent behaviour for ScopingNoticeStream $scoped 8 yıl önce
locale c7afe2f86c [TRANSLATION] Update Plugin POs 5 yıl önce
scripts 8fac7a9f6c StatusNet class renamed GNUsocial 9 yıl önce
EmailSummaryPlugin.php 46f98b3142 [VersionBump] 1.19.0, fairly late 5 yıl önce
README a614205663 Add plugin READMEs 8 yıl önce

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');