Merge pull request #1331 from projectivemotion/1330_Setup-Overwrite-env-fromaddress

Fix empty fromaddress in setup test email.
This commit is contained in:
Hillel Coren 2017-02-06 18:31:45 +02:00 committed by GitHub
commit 497928a964

View File

@ -231,6 +231,7 @@ class AppController extends BaseController
$data = [
'text' => 'Test email',
'fromEmail' => $email
];
try {