Refs #350 - add default sender address
This commit is contained in:
parent
9d2d9b621f
commit
907da61254
|
|
@ -54,7 +54,7 @@ return array(
|
|||
|
|
||||
*/
|
||||
|
||||
'from' => array('address' => null, 'name' => null),
|
||||
'from' => array('address' => 'noreply@site.com', 'name' => 'October'),
|
||||
|
||||
/*
|
||||
|--------------------------------------------------------------------------
|
||||
|
|
|
|||
Loading…
Reference in New Issue