Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
Uh oh!
There was an error while loading.
Please reload this page
.
Threadless
/
sendgrid-python
Public
forked from
sendgrid/sendgrid-python
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Branch selector
master
User selector
All users
Datepicker
All time
Commit history
Commits on Dec 17, 2013
Just do the encode
scottsexton
committed
8647e15
View commit details
Copy full SHA for 8647e15
Browse repository at this point
Commits on Dec 13, 2013
Fixed UTF-8 encoding crash in web module
scottsexton
committed
6beb2dd
View commit details
Copy full SHA for 6beb2dd
Browse repository at this point
Commits on Aug 1, 2013
Merge pull request #21 from thechamp/master
Show description for 977a02b
martyndavies
committed
977a02b
View commit details
Copy full SHA for 977a02b
Browse repository at this point
Commits on Jul 22, 2013
Fixed UTF-8 encoding crash
Show description for 66a34c7
thechamp
committed
66a34c7
View commit details
Copy full SHA for 66a34c7
Browse repository at this point
Commits on Jun 29, 2013
Version Bump (v0.1.4)
Show description for 7d85c18
theycallmeswift
committed
7d85c18
View commit details
Copy full SHA for 7d85c18
Browse repository at this point
Commits on Jun 6, 2013
Update sendgrid.py
Show description for 9e904b0
punkdata
authored and
theycallmeswift
committed
9e904b0
View commit details
Copy full SHA for 9e904b0
Browse repository at this point
Commits on Apr 9, 2013
Added makefile and updated travis config
Show description for 1d128ff
theycallmeswift
committed
1d128ff
View commit details
Copy full SHA for 1d128ff
Browse repository at this point
Commits on Feb 15, 2013
Merge pull request #13 from tcg/master
Show description for 5f4227d
theycallmeswift
committed
5f4227d
View commit details
Copy full SHA for 5f4227d
Browse repository at this point
Fix minor typo in README.md
tcg
committed
664642a
View commit details
Copy full SHA for 664642a
Browse repository at this point
Commits on Jan 29, 2013
Merge pull request #10 from davidmcguire/master
Show description for 899c3b6
Kane-Sendgrid
committed
899c3b6
View commit details
Copy full SHA for 899c3b6
Browse repository at this point
Fix defect where filter settings overwrite instead of accumulating.
David McGuire
committed
4580135
View commit details
Copy full SHA for 4580135
Browse repository at this point
Merge branch 'master' of github.com:sendgrid/sendgrid-python
David McGuire
committed
212fcb1
View commit details
Copy full SHA for 212fcb1
Browse repository at this point
Commits on Dec 21, 2012
Add travis build status image
brandonmwest
committed
3cc3059
View commit details
Copy full SHA for 3cc3059
Browse repository at this point
Update .travis.yml
brandonmwest
committed
83a2974
View commit details
Copy full SHA for 83a2974
Browse repository at this point
Update .travis.yml
brandonmwest
committed
e0f45f8
View commit details
Copy full SHA for e0f45f8
Browse repository at this point
Create .travis.yml
brandonmwest
committed
9f40d12
View commit details
Copy full SHA for 9f40d12
Browse repository at this point
Commits on Oct 26, 2012
Merge pull request #9 from iandouglas/Updated-documentation-and-add-ReplyTo
Show description for 358851d
iandouglas
committed
358851d
View commit details
Copy full SHA for 358851d
Browse repository at this point
added notes about how Reply-To and CC/BCC on SMTP API require v0.1.3 of the library
iandouglas
committed
9d1e88d
View commit details
Copy full SHA for 9d1e88d
Browse repository at this point
Commits on Oct 22, 2012
Updated test to allow for a blank name, and also for injecting a blank name if some add_to calls pass names and others do not
iandouglas
committed
e5a1854
View commit details
Copy full SHA for e5a1854
Browse repository at this point
Doc fix: Added more examples of using message.add_to(), with and without names
iandouglas
committed
686c636
View commit details
Copy full SHA for 686c636
Browse repository at this point
Bug fix: add blank names for To recipients where only an address is given.\nDoc fix: Clarified that CC is not supported by Web API
iandouglas
committed
351aed8
View commit details
Copy full SHA for 351aed8
Browse repository at this point
Commits on Oct 21, 2012
Added CC addresses to the header so they'll be visible to all recipients; added some logic to build a proper recipient list of To/CC/BCC addresses for the actual smtplib.sender() call so this libra…
Show description for e44e973
iandouglas
committed
e44e973
View commit details
Copy full SHA for e44e973
Browse repository at this point
added a spot for 'cc' for whenever we implement CC on the Web API
iandouglas
committed
417d023
View commit details
Copy full SHA for 417d023
Browse repository at this point
Added hooks for proper CC/BCC handling
iandouglas
committed
3fdb3de
View commit details
Copy full SHA for 3fdb3de
Browse repository at this point
Updated documentation to explain differences between BCC and CC and which are supported in the SMTP and Web APIs
iandouglas
committed
523852f
View commit details
Copy full SHA for 523852f
Browse repository at this point
updated version to 0.1.3
iandouglas
committed
e6c9b55
View commit details
Copy full SHA for e6c9b55
Browse repository at this point
PEP8 cleanup
iandouglas
committed
107df3e
View commit details
Copy full SHA for 107df3e
Browse repository at this point
PEP8 cleanup, added code for adding a Reply-To address in outgoing messages
iandouglas
committed
94876cd
View commit details
Copy full SHA for 94876cd
Browse repository at this point
Lots of documentation changes, added a lot more examples, links to online documentation, etc
iandouglas
committed
fb3e6fa
View commit details
Copy full SHA for fb3e6fa
Browse repository at this point
added tests for new reply-to code
iandouglas
committed
10be38d
View commit details
Copy full SHA for 10be38d
Browse repository at this point
Commits on Oct 3, 2012
Merge pull request #6 from iandouglas/Updated-README-instructions-to-add-From-name
Show description for fcbafe7
iandouglas
committed
fcbafe7
View commit details
Copy full SHA for fcbafe7
Browse repository at this point
Added instructions on setting the From 'name' within the README file so users wouldn't need to look through the source to see how to add this information.
iandouglas
committed
0c7b75a
View commit details
Copy full SHA for 0c7b75a
Browse repository at this point
Commits on Jul 27, 2012
Bumped to 0.1.2
theycallmeswift
committed
a4971b3
View commit details
Copy full SHA for a4971b3
Browse repository at this point
Merge branch 'master' of git://github.com/emtrane/sendgrid-python
Show description for 7377c98
theycallmeswift
committed
7377c98
View commit details
Copy full SHA for 7377c98
Browse repository at this point
Don't include a Content-Disposition header when cid is provided
Show description for 01dae26
Martin Davidsson
committed
01dae26
View commit details
Copy full SHA for 01dae26
Browse repository at this point
Previous
Next
You can’t perform that action at this time.