Smtp-call
Description
GreenVulcano® ESB plugin for sending emails throughthe SMTP protocol.
VulCon / GV Console Configuration
The smtp-call Element is used by Channel, routed-call. Its attributes are:
| Attribute | Type | Description |
|---|---|---|
| type | fixed | This attribute must assume the value call. |
| class | fixed | This attribute must assume the value it.greenvulcano.gvesb.virtual.smtp.SMTPCallOperation. |
| name | required | Operation name. Used in the Flow section to associate workflow nodes to VCL operations. |
| jndi-name | required | JNDI name of the mail Session configured in the application server. |
| override-protocol-host | optional | Corresponds to the property mail.protocol.host and overwrites the value of property mail.host specified in the configuration of the mail Session. |
| override-protocol-user | optional | Corresponds to the property mail.protocol.user and overwrites the value of property mail.user specified in the configuration of the mail Session. |
| message-id-property | optional | Defines the properties that will contain the MessageID of the message sent. Default to MessageID. |
It has the following sub-elements: