[
http://jira.jboss.com/jira/browse/JBESB-1412?page=all ]
Mark Little updated JBESB-1412:
-------------------------------
Component/s: Transports
Fix Version/s: 4.3
Affects Version/s: 4.2.1
Ability to send message payload as an attachment
------------------------------------------------
Key: JBESB-1412
URL:
http://jira.jboss.com/jira/browse/JBESB-1412
Project: JBoss ESB
Issue Type: Feature Request
Security Level: Public(Everyone can see)
Components: Rosetta, Transports
Affects Versions: 4.2.1
Reporter: Kenneth Larsen
Fix For: 4.3
Attachments: NotifyEmailPatch.patch
Original Estimate: 2 hours
Remaining Estimate: 2 hours
It would be nice to have the option of sending the message payload as an attachment when
using the EMailNotifier instead of always having to include the message payload into the
mail body. In some cases the payload might be binary content which is inappropriate in the
mail body.
By specifying an additional attribute for the target the payload should be attached to
the mail:
<target class="NotifyEmail" from="sender(a)domain.com"
sendTo="recipient(a)anotherdomain.com" subject="subject for message"
msgAttachmentName="attachmentname.ext">
In the example above a new attribute has been introduced (msgAttachmentName). If
specified the payload is created as an attachment with the specified filename instead of
being part of the mail body.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira