Hi, I'm trying to send a single email to multiple recipients, but when I add multiple recipients to a Message, it sends a different copy of the email to each recipient! I want a single email.
Is there a way to get around this? I read in a previous post that Sun's implementation of JavaMail didn't have this problem and that we could override it somehow. How? I tried downloading a jar from here [1], put it in my classpath and the war/WEB-INF/lib, but it didn't make any difference. I also got the source code from Sun, but there's a bunch of classes that are unsupported by App Engine so I couldn't get it to work either. Appreciate any help! Thanks, -Rodrigo [1] http://download.java.net/maven/2/javax/mail/mail/ -- You received this message because you are subscribed to the Google Groups "Google App Engine for Java" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-appengine-java?hl=en.
