Closed evanwang22 closed 1 month ago
This issue has been automatically marked as "stale:discard". We are sorry that we haven't been able to prioritize it yet. If this issue still relevant, please leave any comment if you have any new additional information that helps to solve this issue. We encourage you to create a pull request, if you can. We are happy to help you with that.
Closing this issue after a prolonged period of inactivity. If this issue is still relevant, feel free to re-open the issue. Thank you!
Sendgrid's API allows for a
reply_to_list
parameter per their API Docs. However, from my review of the code it seems that theSendGridAdapter
only supports thereply_to
parameter, so it's not possible to set multiple reply-to emails with Sendgrid.Happy to contribute a PR, if I'm understanding this limitation correctly