mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2026-01-08 07:20:51 -05: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