Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bugfix: Add missing support for multiple reply-to addresses #473

Closed
ilittle-cnri opened this issue Sep 22, 2023 · 3 comments
Closed

Bugfix: Add missing support for multiple reply-to addresses #473

ilittle-cnri opened this issue Sep 22, 2023 · 3 comments

Comments

@ilittle-cnri
Copy link

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
Copy link

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

@bbottema bbottema changed the title Multiple reply-to addresses Bugfix: Add missing support for multiple reply-to addresses Oct 2, 2023
@bbottema bbottema added this to the 8.2.0 milestone Oct 2, 2023
@bbottema
Copy link
Owner

bbottema commented Oct 2, 2023

Fix released in 8.2.0. Enjoy.

@bbottema bbottema closed this as completed Oct 2, 2023
@alexey-anufriev
Copy link

Amazing! Thank you for the quick fix!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants