Este contenido no está disponible en el idioma seleccionado.
19.2. Mail Session
Mail session defines the mail server properties that are used for sending emails if required by the application, such as, escalation or notification mechanisms (refer to the Red Hat JBoss BPM Suite User Guide).
19.2.1. Setting up Mail Session Copiar enlaceEnlace copiado en el portapapeles!
To set up the mail session for your execution engine, do the following:
-
Open the respective profile configuration file (
standalone.xml
orhost.xml
) for editing. Add the mail session to the
urn:jboss:domain:mail:1.1
subsystem.Example 19.3. New Mail Session on localhost
Copy to Clipboard Copied! Toggle word wrap Toggle overflow Define the session outbound socket in the profile configuration file.
Example 19.4. Outbound Socket Definition
<outbound-socket-binding name="bpmsMail"> <remote-destination host="localhost" port="12345"/> </outbound-socket-binding>
<outbound-socket-binding name="bpmsMail"> <remote-destination host="localhost" port="12345"/> </outbound-socket-binding>
Copy to Clipboard Copied! Toggle word wrap Toggle overflow