13.8.8. NotifyEmail
| Class | NotifyEmail |
| 目的 | 2025 メッセージコンテンツを含む通知メールを送信し、オプションでファイルの添付ファイルを送信します。 |
| 属性 | なし。 |
| child | トピック。 |
| child 属性 |
|
| child | attachment.オプション |
| 子テキスト | 割り当てるファイルの名前。 |
<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>