Email Configuration

Configure email for the JBoss WildFly 10.1.0 version.

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

<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 Configurator for the SMTP Host and SMTP Port properties are not used. Rest email properties are used. For information on the email properties, refer to TIBCO MDM System Administration.