Hi All,
newbie here..
I am trying to setup SMTP for outbound email, but it seems that the fields are missing to set the SMTP host and authentication options:
Appreciate any help you can offer. Thanks

The config is:
'currencyNoJoinMode' => false,
'outboundEmailIsShared' => true,
'outboundEmailFromName' => 'xxxx Networks CRM',
'outboundEmailFromAddress' => 'sales@xxx.com.au',
'smtpServer' => NULL,
'smtpPort' => 25,
'smtpAuth' => false,
'smtpSecurity' => 'TLS',
'smtpUsername' => 'lsheaves@nbula.com.au',
'language' => 'en_GB',
'authenticationMethod' => 'Espo',
'tabQuickSearch' => true,
'globalSearchEntityList' => [
0 => 'Account',
1 => 'Contact',
2 => 'Lead',
3 => 'Opportunity'
],
newbie here..
I am trying to setup SMTP for outbound email, but it seems that the fields are missing to set the SMTP host and authentication options:
Appreciate any help you can offer. Thanks
The config is:
'currencyNoJoinMode' => false,
'outboundEmailIsShared' => true,
'outboundEmailFromName' => 'xxxx Networks CRM',
'outboundEmailFromAddress' => 'sales@xxx.com.au',
'smtpServer' => NULL,
'smtpPort' => 25,
'smtpAuth' => false,
'smtpSecurity' => 'TLS',
'smtpUsername' => 'lsheaves@nbula.com.au',
'language' => 'en_GB',
'authenticationMethod' => 'Espo',
'tabQuickSearch' => true,
'globalSearchEntityList' => [
0 => 'Account',
1 => 'Contact',
2 => 'Lead',
3 => 'Opportunity'
],
Comment