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 |
|
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>