You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: