Email Configuration

Configure email for the JBoss WildFly version.

Specify the following parameters in the standalone.xml file under the <socket-binding-group> section:

Copy
<socket-binding-group name="standard-sockets" default-interface="public" port-offset="${jboss.socket.binding.port-offset:0}">
   <outbound-socket-binding name="mail-smtp">
   <remote-destination host="smtphostIP" port="25"/>
   </outbound-socket-binding>
</socket-binding-group>
Note:
  • The value of the host attribute refers to the SMTP server.
  • The values specified in the Configurator for the SMTP Host and SMTP Port properties are not used. Rest email properties are used. For information about the email properties, see ibi MDM System Administration.