Bugfix: Add missing support for multiple reply-to addresses
ilittle-cnri opened this issue · 3 comments
ilittle-cnri commented
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?
alexey-anufriev commented
I have stumbled upon the same problem. Is it something we can expect? Or lib authors would prefer contribution?
bbottema commented
Fix released in 8.2.0. Enjoy.
alexey-anufriev commented
Amazing! Thank you for the quick fix!