You can attach files to an e-mail message that you send with the EmailNotify or SendEmail scenario action. To do so, edit the associated JSP e-mail template (for example, DSSJ2EEDemo/j2ee-apps/QuincyFunds/web-app/en/email/newfund.jsp) , adding a line similar to the following:

<dsp:setvalue value="C:/meetings/agenda.doc,
C:/meetings/minutes.txt" param="messageAttachments"/>

For a JHTML template, add a line similar to the following:

<setvalue param="messageAttachments"
value="C:/meetings/agenda.doc,C:/meetings/minutes.txt">

Copyright © 1997, 2014 Oracle and/or its affiliates. All rights reserved. Legal Notices