Email Configuration
Configure email for the JBoss 7.1 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>
Copyright © Cloud Software Group, Inc. All rights reserved.
