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
Currently the EmailBuilder does not support adding a list of recipients either as collection of Recipient or as comma/semicolon separated list of address.
Also the from and replyTo builder methods should support whole Recipient objects instead of just name and email address.
The text was updated successfully, but these errors were encountered:
- more rigorous checks for missing names when embedding images
- added more convenience methods for adding multiple to's, cc's or bcc's with the EmailBuilder
- added lots of @nullable and @nonnull hint annotations
- added a bunch of unit tests
Currently the
EmailBuilder
does not support adding a list of recipients either as collection ofRecipient
or as comma/semicolon separated list of address.Also the
from
andreplyTo
builder methods should support whole Recipient objects instead of just name and email address.The text was updated successfully, but these errors were encountered: