sendgrid-python icon indicating copy to clipboard operation
sendgrid-python copied to clipboard

The Official Twilio SendGrid Python API Library

Results 61 sendgrid-python issues
Sort by recently updated
recently updated
newest added

There doesn't seem to be an example of how to use FileContent with string data. Therefore I just wanted to drop an example for those looking to do the same...

status: work in progress
type: docs update

#### Issue Summary I just switched from Google App Engine e-mail API to SendGrid. I used to have a 20MB limit per e-mail and I thought that SendGrid's 30MiB would...

type: community enhancement
status: help wanted
difficulty: hard

I'm using SendGrid on my website and it allows a user to attach a file to an email. I used to just have the code $email->addattachment($filename) which no longer works...

type: community enhancement
status: help wanted

I cannot seem to find anything online. Would be really useful to have type checking for this library, for the usual reasons.

type: community enhancement
status: help wanted

@thinkingserious and other great package maintainers: ### Inline image CID troubles! I am able to successfully attach the PNG image. However, I cannot get it to appear inline in Gmail,...

status: work in progress
type: docs update

I have to use sendgrid to send newsletter mails. Being under a institute proxy, I have to SSH into a AWS server and then pull my script+data there and then...

type: community enhancement
status: help wanted
difficulty: medium

#### Feature request It would be awesome (and a killer feature maybe) to have a method for add recipients from a csv file... maybe with 2 requests or with one...

type: community enhancement
status: work in progress
difficulty: hard

Hi! Is there a way to get all the substitution tags in a specific template? I want to make sure I am sending all the required information for my template...

type: community enhancement
status: help wanted

The following line seems pretty `NotImplementedError` to me, but i'm not sure if it's on purpose. https://github.com/sendgrid/sendgrid-python/blob/d7ee47b56b171e82c20e4dfd9ae5a3f79eb71a85/sendgrid/helpers/mail/mail.py#L627 It is a bit bad that i had to read the soruce to...

type: community enhancement
status: help wanted

# Python3.12 # fixes #1086 ### Checklist - [x] I acknowledge that all my contributions will be made under the project's license - [x] I have made a material change...