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
Since embedded images are always referred to by name, this should be required always. Currently this check is missing when creating a new email, silently failing and resulting in a missing image in the email.
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
Since embedded images are always referred to by name, this should be required always. Currently this check is missing when creating a new email, silently failing and resulting in a missing image in the email.
The text was updated successfully, but these errors were encountered: