Skip to content

Commit

Permalink
Add dummy email config.
Browse files Browse the repository at this point in the history
Signed-off-by: crynobone <[email protected]>
  • Loading branch information
crynobone committed Aug 23, 2016
1 parent 04ac51d commit e512241
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion fixture/config/mail.php
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,10 @@
|
*/

'from' => ['address' => null, 'name' => null],
'from' => [
'address' => '[email protected]',
'name' => 'Example',
],

/*
|--------------------------------------------------------------------------
Expand Down

0 comments on commit e512241

Please sign in to comment.