Re: Problem with sending to multiple email recepient using JavaMail.
Posted By:
John_Zukowski
Posted On:
Saturday, May 5, 2001 09:24 AM
Try using addRecipients instead of setRecipients. It looks like you are only adding one address each time and replacing the existing recipient, instead of adding an array of addresses.