You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 7 Next »

Configuring outbound email communication from CaseBrowser

Outbound configuration parameters can be defined in the Settings/settings.xml file as follows for non-authenticated outbound email servers (incl. relay servers): 

Sample configuration of the <smtpConfig> configuration node
<smtpConfig host="outbound.email.server" port="25" auth="false"/>

Similarly, outbound configuration in the Settings/settings.xml file is as follows for authenticated outbound email servers (incl. relay servers):

Sample configuration of the <smtpConfig> configuration node
<smtpConfig host="outbound.email.server" port="25" auth="true" user="login" pass="password"/>
  • No labels