Need some help setting up SMTP

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • lsheaves@nbula.com.au
    Junior Member
    • Jun 2025
    • 3

    #1

    Need some help setting up SMTP

    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

    Click image for larger version

Name:	image.png
Views:	4
Size:	152.0 KB
ID:	118858
    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'
    ],​

    Attached Files
  • lazovic
    Super Moderator
    • Jan 2022
    • 1069

    #2
    Hi lsheaves@nbula.com.au,

    You need to first set up a group email account, specify all the parameters for it, and then in Outbound Emails just paste its email address into the System Email Address field.

    Comment

    Working...