mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-09 03:14:30 -04:00
Merge pull request #1331 from projectivemotion/1330_Setup-Overwrite-env-fromaddress
Fix empty fromaddress in setup test email.
This commit is contained in:
commit
497928a964
@ -231,6 +231,7 @@ class AppController extends BaseController
|
||||
|
||||
$data = [
|
||||
'text' => 'Test email',
|
||||
'fromEmail' => $email
|
||||
];
|
||||
|
||||
try {
|
||||
|
Loading…
x
Reference in New Issue
Block a user