Collections.EMPTY_LIST).toString());
}
public Message(final Sender sender, final Collection<? extends ReplyTo> replyTos, final Collection<Recipient> recipients,
final String subject, final String body, final Set<String> bccs) {
this(sender, replyTos, recipients, subject, body, new EmailAddressList(bccs).toString());
}