Can anyone suggest a library for sending emails in Java?
|
|
You may also want to take a look at the Apache Commons Email library. It is featureful and easy to use. You could do something along the lines of:
The sample code is taken from the Commons Email example page, modified to show adding multiple recipients. Hope that helps. |
||||
|
|
|
Try Commons Mail. This builds on the Java Mail API but makes it much more simple to use. |
||||
|
|
|
Spring has a mail wrapper layer as well: http://static.springframework.org/spring/docs/2.5.6/reference/mail.html |
||
|
|
|
|
|
||
|
|
