Giter VIP home page Giter VIP logo

Comments (5)

jayhale avatar jayhale commented on July 23, 2024

@dhakan, I don't think this is supported by this library at the moment. Could you post an example to test/implement against? I've not attempted unsubscribe groups through this package before, but shouldn't be too challenging to add.

Only a few fields in the API endpoint are implemented right now:

  • personalizations
  • from
  • reply_to (pending PR)
  • subject
  • content
  • attachments

For ref: https://sendgrid.com/docs/API_Reference/Web_API_v3/Mail/index.html

from sendgrid-django.

dhakan avatar dhakan commented on July 23, 2024

I see, so it looks like my understanding was correct. I'll see what I can do and keep you posted :)

from sendgrid-django.

danniehakan avatar danniehakan commented on July 23, 2024

I'm kind of new to python module distribution. So far I've managed to run python manage.py install successfully, though I cannot see which version of django this package is dependent on? I cannot even see that this package depends on django at all.

from sendgrid-django.

jayhale avatar jayhale commented on July 23, 2024

@dhakan here's an example of an easy way to demonstrate an issue if you can replicate: https://github.com/jayhale/sendgrid-django-61

@danniehakan this package tests against (https://github.com/elbuo8/sendgrid-django/blob/master/.travis.yml):

Django:

  • 1.10.4
  • 1.9.12
  • 1.8.12

Python:

  • 2.7
  • 3.4
  • 3.5
  • 3.6
  • nightly

It will work with more Django versions, but just isn't tested against all of them. The package doesn't depend on Django - rather Django depends on the package to supply an email backend.

from sendgrid-django.

danniehakan avatar danniehakan commented on July 23, 2024

Ok, so I've integrated this functionality in my own fork along with proper test coverage. Do I just PR my forked master to this repo, or do I create an issue in the same way you've done here?

from sendgrid-django.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.