Bingo ..! you just gave yourself away ;-)

> my collection of String recipients:

recipients is a Collection of org.apache.mailet.MailAddress 'es
MailAddress has a constructor which takes a String argument so this line
will add a String email address to the Collection correctly..

recipients.add(new MailAddress(StringAddress));

If the javadocs are misleading feel free to submit a patch..

d.


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

Reply via email to