mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-09 03:14:30 -04:00
Fix blank fromaddress in setup
This commit is contained in:
parent
865c379116
commit
8464628b29
@ -231,6 +231,7 @@ class AppController extends BaseController
|
||||
|
||||
$data = [
|
||||
'text' => 'Test email',
|
||||
'fromEmail' => $email
|
||||
];
|
||||
|
||||
try {
|
||||
|
Loading…
x
Reference in New Issue
Block a user