bbottema/simple-java-mail

A single EmailBuilder would build emails that all share the same collections for recipients, attachments and embedded images

bbottema opened this issue · 1 comments

Currently, if one were to reuse an EmailBuilder to create multiple emails, then changing one Email instance would affect all the other Email instance (and in fact newly create Email instances from the same EmailBuilder).

Blocks #90.

Release in 4.4.0. Please verify.