Refs #350 - add default sender address

This commit is contained in:
Sam Georges 2014-06-26 19:12:27 +10:00
parent 9d2d9b621f
commit 907da61254
1 changed files with 1 additions and 1 deletions

View File

@ -54,7 +54,7 @@ return array(
|
*/
'from' => array('address' => null, 'name' => null),
'from' => array('address' => 'noreply@site.com', 'name' => 'October'),
/*
|--------------------------------------------------------------------------