Java email - show multiple email recipients? -


is possible use java send email such can see multiple recipients in to/cc/bcc fields?

in other words, this:

from: foo@bar.com to: user1@lol.com; user2@lol.com; user3@lol.com; user4@lol.com cc: admin1@lol.com; admin2@lol.com 

i searched on google found no conclusive results, advice appreciated.

yes is.
how - depends on library you're using.


Comments

Popular posts from this blog

ios - UICollectionView Self Sizing Cells with Auto Layout -

node.js - ldapjs - write after end error -

DOM Manipulation in Wordpress (and elsewhere) using php -