bbottema/simple-java-mail

Bugfix: Add missing support for multiple reply-to addresses

ilittle-cnri opened this issue · 3 comments

I'm trying to send an email with multiple "Reply-To" addresses. This is supported according to the email message format RFC, but not Simple Java Mail. I can only set a single address using .withReplyToRecipient, and if I try to set that to a comma-separated list of addresses, it fails validation.

Could you add support for setting multiple Reply-To addresses?

I have stumbled upon the same problem. Is it something we can expect? Or lib authors would prefer contribution?

Fix released in 8.2.0. Enjoy.

Amazing! Thank you for the quick fix!