The E-Mail Send/Receive application allows to send and receive e-mails.
You can perform following operations:
The following properties can be specified:
Figure: Properties - Script Invocation Application
Predefined IN access points are created for to, from, cc, bcc and subject. You cannot create OUT access points. If IN data mappings are defined on predefined IN access points for meta-information, then at runtime available value overwrites the value defined in the UI. However, the OUT access point returnValue (String primitive) is created as soon as a response type is selected.
icon. The parameter gets added to parameter
definition table.
Figure: Parameter Mapping
Figure: Primitive Data
Figure: Structured Data
The http response type is supported which allows correlating back process data information via MailReceptionServlet. The http response type requires a server base URL. For example, http://myippruntime/mycontextroot. The http response type requires a Enumeration type (SDT of type Enumeration) where each element in the Enumeration becomes a link in the email (e.g. Approve, Rejected, etc). The E-Mail Overlay is implemented as asynchronous Camel application type if a response type is selected.
Figure: Response
You can test the application in this tab. Click Reset to initialize the input data and then click Run. You can view the email content to be sent. If you have provided response type as HTTP then the data values provided in the enumeration type are displayed as links.
Figure: Test
You can use configuration variables for user and password.
The e-mail editor is provided to format and write email contents. You can format an email using the following icons:
| Icon | Function | Description |
|---|---|---|
![]() |
Source | Displays source of the content |
![]() |
Cut | Using this icon you can move the content. It is enabled when some text is selected in the editor. |
![]() |
Copy | Using this icon you can copy the cut or selected content in the editor. It is enabled when some text is selected. |
![]() |
Paste | Using this icon you can paste the copied or cut content in the editor. |
![]() |
Paste as Plain Text | Using this icon you can paste the copied content as plain text. |
![]() |
Paste from Word | Using this icon you can paste the copied content from Microsoft Word. |
![]() |
Undo/Redo | Using this icon you can undo or redo the most recent action taken. |
![]() |
Spell-check | Enables you to check the spellings in the content. |
![]() |
Bold, Italic and Strike through | Applies bold, italic and strike through formatting to selected text. |
![]() |
Insert/Remove Numbered List | Inserts or removes numbered list |
![]() |
Insert/Remove Bulleted List | Inserts or removes bulleted list |
![]() |
Increase or Decrease Indent | Increases or decreases the text indentation. |
![]() |
Block Quote | Format a block of text to identify quotations. |
![]() |
Link, Unlink and Anchor | Adds link to the selected text or unlink the linked text or provide anchor for the text. |
![]() |
Image | Inserts an image at specified location. |
![]() |
Table | Inserts a table at specified location. |
![]() |
Horizontal Line | Inserts horizontal line at specified location. |
![]() |
Special Character | Inserts special characters at specified location. |
![]() |
Styles | Enables you to specify styles for the content. |
![]() |
Normal | Enables you to format paragraph of the content. |
![]() |
Maximize | Increases the size of the editor. |
![]() |
About CKEditor | Displays information about editor. |
Click the Comments tab to add comments for the application. The newest comment gets displayed at the top of the table. To add the comment, specify the comment in the text box and click Submit. To delete the comment, select the comment and click the Delete icon. The user, who has submitted the comment, can delete that comment. If the other user selects the comment or no comment is selected, the Delete icon remains in disabled state.
Figure: Comments