Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
bbottema opened this issue Aug 12, 2017 · 1 comment
Assignees
Milestone

Comments

@bbottema
Copy link
Owner

bbottema commented Aug 12, 2017

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", "john@abc.com;richard@abc.com;john@alice.abc.com")

Same goes for cc() and bcc().

@bbottema bbottema added this to the 4.3.0 milestone Aug 12, 2017
@bbottema bbottema self-assigned this Aug 12, 2017
@bbottema bbottema changed the title Adding multiple recipients with the same name results in error Support multiple delimited recipient addresses sharing the same TO/CC/BCC name Aug 12, 2017
@bbottema
Copy link
Owner Author

Released in 4.3.0.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant