Add email digests
This commit is contained in:
parent
940fa5fda4
commit
a569ac5cc6
6 changed files with 218 additions and 35 deletions
|
@ -72,6 +72,19 @@ return [
|
|||
|
||||
'past_trip_ids' => explode(',', env('PAST_TRIP_IDS')),
|
||||
|
||||
/*
|
||||
|--------------------------------------------------------------------------
|
||||
| Digest Mailing Lists
|
||||
|--------------------------------------------------------------------------
|
||||
|
|
||||
| The the mailing lists for the various digests.
|
||||
|
|
||||
*/
|
||||
|
||||
'daily_digest_recipients' => explode(',', env('DAILY_DIGEST_TO')),
|
||||
'weekly_digest_recipients' => explode(',', env('WEEKLY_DIGEST_TO')),
|
||||
'monthly_digest_recipients' => explode(',', env('MONTHLY_DIGEST_TO')),
|
||||
|
||||
/*
|
||||
|--------------------------------------------------------------------------
|
||||
| Application Timezone
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue