> So please can anyone let me know if there is any possible
> way to attach a file to the mails outgoing from james server.

There isn't a standard mailet for doing so, but it would be fairly
straightforward to do.  Are you saying that you need something like:

  <mailet match="condition" class="AttachFile">
    <file>path-to-file</file>
    [<mimetype>mime-type</mimetype>]
    [<subject>subject</subject>]
  </mailet>

Or is there something more to it?

        --- Noel


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to