Thanks, I change the application to use "setRecipients" and works fine. After reviewing the posts again I realized that my confusion is in the subtle difference between "addRecipient()" and "addRecipients()" (with an 's' at the end). I understand your explanation to mean that "addRecipient()" calls the version of "addRecipients()" that accepts the array and it is this method that is not implemented.
-- View this message in context: http://www.nabble.com/Issue+using+JavaMail+with+Geronimo+1.0-t1674954.html#a4545592 Sent from the Apache Geronimo - Users forum at Nabble.com.
