pragma-framework/dailyrecap

A simple Pragma module: Dailyrecap

1.5.1 2023-11-24 08:09 UTC

This package is auto-updated.

Last update: 2024-04-24 09:04:50 UTC


README

Sending immediat mail or delayed mail.

Configuration

In config.php add:

define('PRAGMA_MODULES','core,dailyrecap');
define('PRAGMA_RETURN_MAIL', 'return email if delivery error');
define('PRAGMA_MAIL_TEMPLATE', 'path/to/template/dailyrecap.php'); // optional
define('PRAGMA_MAIL_SUBJECT', 'subject for daily recap'); // optional
define('PRAGMA_REPLY_MAIL', 'reply to email'); // optional, default is from

And run in cron:

php public/index.php dailyrecap:send

for sending email recap.