I think I am almost there... :-)
My problem at the moment is that I want to change the recipients on the Mail in my Mailet.
Unfortunately Mail.setRecipients doesn't seem to exist, even though the implementation exists in MailImpl.
Is there a good reason for this, or was it an oversight?
Mailets shouldn't be doing a whole-sale changing of recipients implied by using setRecipients().
Instead, get the Collection from getRecipients(), and add/remove/modify the MailAddress objects in that Collection. That's all it takes.
-- Serge Knystautas President Lokitech >> software . strategy . design >> http://www.lokitech.com p. 301.656.5501 e. [EMAIL PROTECTED]
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
