sendgrid / sendgrid-java

The Official Twilio SendGrid Led, Community Driven Java API Library
https://sendgrid.com
MIT License
485 stars 409 forks source link

Adding multiple ReplyTo Emails #696

Open hsellik opened 3 years ago

hsellik commented 3 years ago

Issue Summary

I'm using Sendgrid v3 and see no way to to add multiple ReplyTo Emails.

There is also an issue open for C# library which indicates that this feature might be available soon? https://github.com/sendgrid/sendgrid-csharp/issues/339

Technical details:

eshanholtz commented 3 years ago

Supporting this in the Java library is in the same holding pattern as the C# library. We are waiting on this to be supported at the API level before it can be supported in the helper.

This issue has been added to our internal backlog to be prioritized. Pull requests and +1s on the issue summary will help it move up the backlog.

subinoy7 commented 3 years ago

@eshanholtz I am already working on it and will raise a PR soon. I have forked the code the did the changes today for nodejs, need to write the test cases. https://github.com/subinoy7/sendgrid-nodejs/tree/f/replyToMultiple.

Will do the similar changes for Golang.