Skip to content

Support multiple delimited recipient addresses sharing the same TO/CC/BCC name #89

@bbottema

Description

@bbottema

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().

Metadata

Metadata

Assignees

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions