If your integration broker is InterChange Server then a business object named EmailNotification is automatically created by the system to support error notification. When an error occurs, the EmailNotification business object is instantiated by the system and sent to the e-Mail adapter. The adapter extracts the message information from the business object, creates the e-mail message, and sends the message.
The EmailNotification business object contains the attributes listed in Table 16. The only supported verb for this business object is Create.
Name | Description | Required? |
---|---|---|
RecipientName | Message recipient. For more information, see Specifying valid e-mail addresses. | Yes |
MessageSubject | Description of e-mail content. Value set in business object by collaboration. | Yes. If empty, the adapter uses the default value. |
MessageContent | Content of the e-mail message. Value set in business object by collaboration. | Yes. If empty, the adapter uses the default value. |
MessageAttachment | File to be attached with the message. | Optional. If empty, no attachment is sent with the message. To include a file attachment with an e-mail message, set this attribute to the complete filename including the path. |
FromAddress | Value defined in business object as part of configuration. For more information, see Specifying valid e-mail addresses. | Yes |
BusinessObjectMimeCharset | The character set for business objects contained in the e-mail. For more information about this property, see the description for the identical property at the level of the adapter definition in BusinessObjectMimeCharset. | No |
BusinessObjectMimeEncoding | The encoding for business objects contained in the e-mail. For more information about this property, see the description for the identical property at the level of the adapter definition in BusinessObjectMimeEncoding. | No |
MessageContentMimeCharset | The character set for the message content. For more information about this property, see the description for the identical property at the level of the adapter definition in MessageContentMimeCharset. | No |
MessageContentMimeEncoding | The encoding for the message content. For more information about this property, see the description for the identical property at the level of the adapter definition in MessageContentMimeEncoding. | No |
MessageHeaderMimeCharset | The character set for the message header. For more information about this property, see the description for the identical property at the level of the adapter definition in MessageHeaderMimeCharset. | No |
MessageHeaderMimeEncoding | The encoding for the message header. For more information about this property, see the description for the identical property at the level of the adapter definition in MessageHeaderMimeEncoding. | No |
ReplyTo | ReplyTo address(es) of the e-mail message
Inserts the value of the MessageContent attribute into the CONTENT field. Inserts the value of the MessageAttachment attribute as an attachment to the mail. Inserts the value of the FromAddress attribute into the FROM field. Inserts the value of the ReplyTo attribute into the REPLYTO field. |
No |
At runtime, the adapter extracts the attribute values from the business object and inserts the values into an e-mail message as follows: