We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4ce75d9 commit 98f187aCopy full SHA for 98f187a
1 file changed
use_cases/error_handling.md
@@ -11,7 +11,7 @@ There are also email specific exceptions located [here](https://github.com/sendg
11
from sendgrid.helpers.mail import (From, To, Subject, PlainTextContent, HtmlContent, Mail)
12
from python_http_client import exceptions
13
14
- sendgrid_client = SendGridAPIClient(api_key=os.environ.get('SENDGRID_API_KEY'))
+ sendgrid_client = SendGridAPIClient(os.environ.get('SENDGRID_API_KEY'))
15
from_email = From("dx@sendgrid.com")
16
to_email = To("elmer.thomas@sendgrid.com")
17
subject = Subject("Sending with Twilio SendGrid is Fun")
0 commit comments