Red Hat Training

A Red Hat training course is available for JBoss Enterprise SOA Platform

13.8.8. NotifyEmail

Class NotifyEmail
Purpose Sends a notification e-mail containing the ESB message content and, optionally, any file attachments.
Attributes None.
Child Topic.
Child Attributes
  • from – email address (javax.email.InternetAddress). Required
  • sendTo – comma-separated list of email addresses. required
  • ccTo - comma-separated list of email addresses. Optional
  • subject – email subject. Required
  • message - a string to be prepended to the ESB message contents which make up the e-mail message. Optional
Child Attachment. Optional
Child Text The name of the file to be attached.
<target class="NotifyEmail" from="person@somewhere.com"
sendTo="person@elsewhere.com"
subject="theSubject">
<attachment>attachThisFile.txt</attachment>
</target>