{"id":13430947,"url":"https://github.com/0xdeafcafe/sendgrid-dotnet","last_synced_at":"2025-03-16T06:31:45.532Z","repository":{"id":144199950,"uuid":"57460987","full_name":"0xdeafcafe/sendgrid-dotnet","owner":"0xdeafcafe","description":null,"archived":true,"fork":false,"pushed_at":"2021-01-07T19:49:25.000Z","size":28,"stargazers_count":15,"open_issues_count":1,"forks_count":1,"subscribers_count":4,"default_branch":"master","last_synced_at":"2024-10-03T17:18:48.631Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"C#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/0xdeafcafe.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null}},"created_at":"2016-04-30T20:44:12.000Z","updated_at":"2023-01-28T11:11:21.000Z","dependencies_parsed_at":"2023-06-17T03:15:06.164Z","dependency_job_id":null,"html_url":"https://github.com/0xdeafcafe/sendgrid-dotnet","commit_stats":null,"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/0xdeafcafe%2Fsendgrid-dotnet","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/0xdeafcafe%2Fsendgrid-dotnet/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/0xdeafcafe%2Fsendgrid-dotnet/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/0xdeafcafe%2Fsendgrid-dotnet/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/0xdeafcafe","download_url":"https://codeload.github.com/0xdeafcafe/sendgrid-dotnet/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":221656493,"owners_count":16858782,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-07-31T02:00:59.204Z","updated_at":"2024-10-27T09:31:14.079Z","avatar_url":"https://github.com/0xdeafcafe.png","language":"C#","funding_links":[],"categories":["Frameworks, Libraries and Tools","框架, 库和工具","Mail"],"sub_categories":["Mail","邮件"],"readme":"sendgrid-dotnet\n===\n\n**This repo isn't maintained anymore, please use the official SendGrid SDK [here](https://github.com/sendgrid/sendgrid-csharp)**!\n\nLittle library for using SendGrid's v3 mail API with DotNet Core.\n\n#### Simple Usage Example\n``` csharp\nvar key = new ApiKeyConnection(\"SG.api.key\");\nvar client = new SendGridClient(key);\nclient.MailClient.SendAsync(new Email\n{\n    Personalizations = new List\u003cPersonalization\u003e\n    {\n        new Personalization\n        {\n            To = new List\u003cEmailDetail\u003e\n            {\n                new EmailDetail\n                {\n                    Email = \"customer@yahoooooo.com\",\n                    Name = \"Customer Name\"\n                }\n            }\n        }\n    },\n    From = new EmailDetail\n    {\n        Email = \"no-reply@company.domain\",\n        Name = \"Company Letter\"\n    },\n    Subject = \"sup\",\n    Content = new List\u003cContent\u003e\n    {\n        new Content\n        {\n            Type = \"text/html\",\n            Value = \"\u003ch1\u003eyo yo! :)\u003c/h1\u003e\"\n        }\n    }\n}).Wait();\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F0xdeafcafe%2Fsendgrid-dotnet","html_url":"https://awesome.ecosyste.ms/projects/github.com%2F0xdeafcafe%2Fsendgrid-dotnet","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F0xdeafcafe%2Fsendgrid-dotnet/lists"}