Skip to content

phpwax/wildfire.notifications

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

wildfire.content.alerts

Adds an extra field to wildfire_user (recieve_notifications) to allow only certain users to get the notifications

Need a config setup like:

"wildfire.notifications" => array( 'from'=>'email@address.com', 'cron'=>true | false, 'each_time' => true | false )

from is the email address that is used as the from

cron is a boolean used in the controller to check if it should run as a cron

each_time is a boolean checked on each save, if true it sends emails on send

cron controller url is: /cronnotification?see=spot

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages