We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5b38eef commit 62976a6Copy full SHA for 62976a6
USE_CASES.md
@@ -91,7 +91,7 @@ data = {
91
{
92
"to": [
93
94
- "email": "elmer@sendgrid.com"
+ "email": "test@example.com"
95
}
96
],
97
"substitutions": {
@@ -102,7 +102,7 @@ data = {
102
},
103
104
"from": {
105
- "email": "dx@sendgrid.com"
106
107
"content": [
108
@@ -120,4 +120,4 @@ except urllib.HTTPError as e:
120
print(response.status_code)
121
print(response.body)
122
print(response.headers)
123
-```
+```
0 commit comments