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>
Red Hat logoGithubRedditYoutubeTwitter

Learn

Try, buy, & sell

Communities

About Red Hat Documentation

We help Red Hat users innovate and achieve their goals with our products and services with content they can trust.

Making open source more inclusive

Red Hat is committed to replacing problematic language in our code, documentation, and web properties. For more details, see the Red Hat Blog.

About Red Hat

We deliver hardened solutions that make it easier for enterprises to work across platforms and environments, from the core datacenter to the network edge.

© 2024 Red Hat, Inc.