Dieser Inhalt ist in der von Ihnen ausgewählten Sprache nicht verfügbar.
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>
<target class="NotifyEmail" from="person@somewhere.com"
sendTo="person@elsewhere.com"
subject="theSubject">
<attachment>attachThisFile.txt</attachment>
</target>