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?