>can I add my ToSmsNotification to the /bin/blocks/JAMES.jar ? if so how ?
>jar -uvf ?
don't know about that one.. but in principle it only has to be in the
classpath, and identified in the config by a fully qualified name, so a jar
of your own mailets would be cool too as far as I know.
>if I then add
><mailet match="All" class="ToSmsNotification">
> <processor>notification</processr>
></mailet>
Yes thats the right thing or:
<mailet match="All" class="ie.e-merge.eoinokane.ToSmsNotification">
<processor>notification</processr>
</mailet>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]