Re: How can you specify a group list as a recipient of...
Posted By:
John_Zukowski
Posted On:
Thursday, May 10, 2001 04:30 PM
if you can construct the appropriate string, InternetAddress
should handle it
Re: How can you specify a group list as a recipient of...
Posted By:
kenneth_chung
Posted On:
Monday, May 7, 2001 09:27 AM
I also run into this situation needing to use group-list. It is not apparent in the JavaMail doc where we can do this. I've try the get/setPersonal in InternetAddress but it only associates one name to one address, not a group of addresses. Neither does MimeMessage.setRecipients....
Anybody knows how to do this? Thanks!