The API to(@Nullable final String name, @Nonnull final String address)
should be able to handle comma or semicolon separated address for the same To name. This can be useful when mailing a group of users while addressing them as a group in case they don't have a separate dedicated group mail they can subscribe to:
to("Maintenance group", "[email protected];[email protected];[email protected]")
Same goes for cc() and bcc().