Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
languagexml
titleSample configuration of the <emailOptions> <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):

Code Block
languagexml
titleSample configuration of the <smtpConfig> configuration node
<smtpConfig host="outbound.email.server" port="25" auth="true" user="login" pass="password"/>