Add email digests

This commit is contained in:
Ben Goldsworthy 2022-11-01 04:07:07 +00:00
parent 940fa5fda4
commit a569ac5cc6
6 changed files with 218 additions and 35 deletions

View file

@ -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