-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #4 from pjaudiomv/master
update config settings, and notifier
- Loading branch information
Showing
3 changed files
with
6 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,13 +4,13 @@ | |
static $service_body_name = ''; | ||
static $service_body_shortname = ''; | ||
static $service_body_website = ''; | ||
static $service_body_id = '1'; // the BMLT parent service body id number | ||
static $parent_service_body_id = '1'; // the BMLT parent service body id number | ||
static $howmanydays = '30'; // this should be set to the same number of days your cron job is set to | ||
|
||
|
||
// Notifier Config Options | ||
static $notify_service_body_id = ''; // this sets the service body id for the notifier and most likely should be set to parent service body | ||
|
||
//static $from_name = 'Service Body Admin'; | ||
//static $from_email = '[email protected]'; | ||
|
||
static $smtp_to_name = ''; | ||
static $smtp_to_address = ''; | ||
|