diff --git a/app/config/mail.php b/app/config/mail.php index a7151a067..0c675ef81 100644 --- a/app/config/mail.php +++ b/app/config/mail.php @@ -54,7 +54,7 @@ return array( | */ - 'from' => array('address' => null, 'name' => null), + 'from' => array('address' => 'noreply@site.com', 'name' => 'October'), /* |--------------------------------------------------------------------------