sklarsa / django-sendgrid-v5

An implementation of Django's EmailBackend compatible with sendgrid-python v5+
MIT License
318 stars 54 forks source link

Add the ability to reply_to_list for Sendgrid #119

Closed gonza-peralta closed 10 months ago

gonza-peralta commented 10 months ago

Since this version, SendGrid has incorporated the ability to reply to a list of emails. It would be beneficial to integrate this capability into this library without any workarounds.

sklarsa commented 10 months ago

Sure, I can add that feature and write some unit tests for it. But I don't have a sendgrid account anymore, so would it be possible for you to test the PR once I've written it?

gonza-peralta commented 10 months ago

Sure, np!

sklarsa commented 10 months ago

@gonza-peralta, can you try on the steve/add-reply-to-list branch? It should be ready to go

gonza-peralta commented 10 months ago

worked as expected! Thanks!

sklarsa commented 10 months ago

I'll cut a release once the CI pipeline starts cooperating...