We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5fddf99 commit f549dc0Copy full SHA for f549dc0
1 file changed
README.rst
@@ -124,7 +124,7 @@ With Mail Helper Class
124
print(response.body)
125
print(response.headers)
126
except Exception as e:
127
- print(e.message)
+ print(str(e))
128
129
The ``Mail`` constructor creates a `personalization object`_ for you.
130
`Here <https://github.com/sendgrid/sendgrid-python/blob/master/use_cases/kitchen_sink.md>`__ is an example of how to add it.
@@ -168,7 +168,7 @@ The following is the minimum needed code to send an email without the /mail/send
168
169
170
171
172
173
General v3 Web API Usage (With `Fluent Interface`_)
174
---------------------------------------------------
0 commit comments