pragma-framework/dailyrecap

一个简单的Pragma模块:Dailyrecap

1.6.0 2024-07-30 14:30 UTC

This package is auto-updated.

Last update: 2024-08-30 14:35:53 UTC


README

发送即时邮件或延迟邮件。

配置

在config.php中添加

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

然后在cron中运行

php public/index.php dailyrecap:send

以发送邮件概要。