mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-09 03:14:30 -04:00
Disable gmail email sending on self hosted if importing from hosted platform to self hosted
This commit is contained in:
parent
9311882c23
commit
e74b737441
@ -374,6 +374,9 @@ class Import implements ShouldQueue
|
|||||||
$data['subdomain'] = MultiDB::randomSubdomainGenerator();
|
$data['subdomain'] = MultiDB::randomSubdomainGenerator();
|
||||||
|
|
||||||
}
|
}
|
||||||
|
else {
|
||||||
|
$data['email_sending_method'] = 'default';
|
||||||
|
}
|
||||||
|
|
||||||
$rules = (new UpdateCompanyRequest())->rules();
|
$rules = (new UpdateCompanyRequest())->rules();
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user