Skip to content

Commit

Permalink
Updating example email address
Browse files Browse the repository at this point in the history
  • Loading branch information
brucealdridge authored and tyler-ham committed Jan 12, 2020
1 parent 31968a6 commit 9ed29d1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,8 +71,8 @@ below:
'mailer' =>'mailer',
'levels' => ['error', 'warning'],
'message' => [
'to' => ['wt.alerts@webtools.co.nz'],
'from' => [$params['adminEmail']],
'to' => ['alets@example.com'],
'from' => ['app@example.com'],
'subject' => 'Scheduler Error - ####SERVERNAME####'
],
'except' => [
Expand Down

0 comments on commit 9ed29d1

Please sign in to comment.