You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
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
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().
The text was updated successfully, but these errors were encountered: