Difference between revisions of "TestFileAttachment"
(Created page with "==Description== This example shows how use {{GVESB}} to send an email containing attachments. TestFileAttachment services executes the following operations: * Read a file from ...") |
(→Description) |
||
Line 1: | Line 1: | ||
==Description== | ==Description== | ||
− | This example shows how use {{GVESB}} to send an email containing attachments. | + | [[File:GVExamplesTestFileAttachment.jpg|thumb|TestFileAttachment description]]This example shows how use {{GVESB}} to send an email containing attachments. |
TestFileAttachment services executes the following operations: | TestFileAttachment services executes the following operations: |
Revision as of 14:25, 15 February 2012
Description
This example shows how use GreenVulcano® ESB to send an email containing attachments.
TestFileAttachment services executes the following operations:
- Read a file from a directory of input (in this case TestAttach/input)
- Send an email with this file as attachment
- Move sent file to another directory (we choose TestAttach/sent)