sklarsa / django-sendgrid-v5

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

Add ip pool name #27

Closed michi88 closed 6 years ago

michi88 commented 6 years ago

Add option to specify a pool to use

michi88 commented 6 years ago

Btw, maybe we should make it easier/generic to add stuff to sendgrid objects that are created internally.

sklarsa commented 6 years ago

Yeah I want to do a little more research into the django mail object to figure out what the best approach for this is. I want to remain compatible with the django mail api to make this backend as pluggable as possible.