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 9dd9ebb commit a56b187Copy full SHA for a56b187
SendGrid/Example/Example.cs
@@ -38,9 +38,6 @@ private static void HelloEmail()
38
mail.Personalization[0].AddSubstitution("[KEY_1]", "VALUE_1");
39
mail.Personalization[0].AddSubstitution("[KEY_2]", "VALUE_1");
40
41
-
42
43
44
dynamic response = sg.client.mail.send.post(requestBody: mail.Get());
45
Console.WriteLine(response.StatusCode);
46
Console.WriteLine(response.Body.ReadAsStringAsync().Result);
0 commit comments