phpwax / wildfire.notifications
v7.1.x-dev
2014-07-07 15:53 UTC
This package is auto-updated.
Last update: 2024-09-17 12:23:13 UTC
README
向 wildfire_user 表添加一个额外字段 (recieve_notifications),仅允许某些用户接收通知
需要如下配置设置
"wildfire.notifications" => array( 'from'=>'email@address.com', 'cron'=>true | false, 'each_time' => true | false )
from 是用作发件人的电子邮件地址
cron 是一个布尔值,用于控制器中检查是否应该作为 cron 运行
each_time 是一个布尔值,在每次保存时检查,如果为真,则在发送时发送电子邮件
cron 控制器 URL 为:/cronnotification?see=spot