what customization is required to webmail in NMS4.15 to allow text such as a disclaimer to be in

My understanding is that comp_fs.html needs to be modified but I am unsure of which function?The text should not be visible to the user when composing the email, only the recipient(s) should see this.
[221 byte] By [708712] at [2007-11-25 7:08:34]
# 1

I haven't had the occasion to dissect the webmail internals enough to know where you'd add such functionality specific to HTTP, but if adding it to all outgoing messages is satisfactory, then you can write a plugin.

In fact, here are two links. One describes the method of creating a plugin and uses an example that includes a number of other features. The second link contains the actual code for the entire plugin. You can just remove the additional functionality that you don't want to employ before compiling.

<a href="http://docs.iplanet.com/docs/manuals/messaging/nms41/api/ms4sp.htm#996942 ">Sample SMTP Plugin</a>

<a href="http://docs.iplanet.com/docs/manuals/messaging/nms41/api/ms5.htm#999760"& gt;SMTP Plugin Code</a>

708684 at 2007-6-29 17:39:36 > top of Java-index,E-Mail, Calendar, & Collaboration,Sun Java System Messaging Server...