Difference between revisions of "TestFileAttachment"
(→Description) |
(→Description) |
||
Line 2: | Line 2: | ||
[[File:GVExamplesTestFileAttachment.jpg|thumb|TestFileAttachment 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: | ||
− | * | + | |
− | * | + | * Reads a file from a directory of input (in this case TestAttach/input) |
− | * | + | * Sends an email with this file as attachment |
+ | * Moves sent file to another directory (we choose TestAttach/sent) | ||
=={{VULCON}} Configuration== | =={{VULCON}} Configuration== |
Revision as of 14:26, 15 February 2012
Description
This example shows how use GreenVulcano® ESB to send an email containing attachments.
TestFileAttachment services executes the following operations:
- Reads a file from a directory of input (in this case TestAttach/input)
- Sends an email with this file as attachment
- Moves sent file to another directory (we choose TestAttach/sent)