Difference between revisions of "TestFileAttachment"

From GreenVulcano Wiki
Jump to: navigation, search
(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:
* Read a file from a directory of input (in this case TestAttach/input)
+
 
* Send an email with this file as attachment
+
* Reads a file from a directory of input (in this case TestAttach/input)
* Move sent file to another directory (we choose TestAttach/sent)
+
* 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

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

VulCon Configuration