From 907da61254ee0b1f96a3a2fa2f5d1b138d64e96e Mon Sep 17 00:00:00 2001 From: Sam Georges Date: Thu, 26 Jun 2014 19:12:27 +1000 Subject: [PATCH] Refs #350 - add default sender address --- app/config/mail.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'), /* |--------------------------------------------------------------------------