mirror of
https://github.com/espocrm/espocrm.git
synced 2026-06-28 15:06:06 +00:00
system address not shared by default
This commit is contained in:
@@ -67,7 +67,7 @@ return [
|
||||
'baseCurrency' => 'USD',
|
||||
'currencyRates' => [],
|
||||
'currencyNoJoinMode' => false,
|
||||
'outboundEmailIsShared' => true,
|
||||
'outboundEmailIsShared' => false,
|
||||
'outboundEmailFromName' => 'EspoCRM',
|
||||
'outboundEmailFromAddress' => null,
|
||||
'smtpServer' => null,
|
||||
|
||||
Reference in New Issue
Block a user