So i added
addPlugin('EmailSummary');
to my config.php and it seems to kinda have worked (under settings -> email) users can now check "Send me a periodic summary of updates from my network".
But at what times are the mails actually sent out?
Or do if have to trigger that manually (or through a cronjob) every time by invoking sendemailsummary.php?
If so, why is there no documentation in the plugin on that kinda crucial part?
Comments
Julien
sendemailsummary.php: line 1: ?php: No such file or directory
sendemailsummary.php: line 2: /bin: is a directory
sendemailsummary.php: line 3: EmailSummaryPlugin.php: command not found
sendemailsummary.php: line 4: syntax error near unexpected token `('
sendemailsummary.php: line 4: ` * Copyright (C) 2010, StatusNet, Inc.'
@julien_c or @evan please help?
Thx @TweXXX anyway for verifying that invoking sendemailsummary.php is the thing to do.