sendgrid-python
sendgrid-python copied to clipboard
The Official Twilio SendGrid Python API Library
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...
#### 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...
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...
I cannot seem to find anything online. Would be really useful to have type checking for this library, for the usual reasons.
@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,...
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...
#### 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...
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...
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...
# 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...