{"id":18086206,"url":"https://github.com/shibayan/sendgridsharp","last_synced_at":"2025-04-12T22:36:23.538Z","repository":{"id":20640432,"uuid":"23922314","full_name":"shibayan/SendGridSharp","owner":"shibayan","description":"Simplify SendGrid SMTP / REST v2 API Client for C# / .NET Standard","archived":false,"fork":false,"pushed_at":"2021-08-13T10:05:19.000Z","size":38,"stargazers_count":8,"open_issues_count":1,"forks_count":3,"subscribers_count":5,"default_branch":"master","last_synced_at":"2025-03-26T16:39:16.659Z","etag":null,"topics":["csharp","dotnet","sendgrid"],"latest_commit_sha":null,"homepage":"","language":"C#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/shibayan.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null},"funding":{"github":"shibayan","custom":"paypal.me/shibayan"}},"created_at":"2014-09-11T14:44:24.000Z","updated_at":"2021-08-13T10:03:59.000Z","dependencies_parsed_at":"2022-08-05T09:00:11.264Z","dependency_job_id":null,"html_url":"https://github.com/shibayan/SendGridSharp","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shibayan%2FSendGridSharp","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shibayan%2FSendGridSharp/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shibayan%2FSendGridSharp/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shibayan%2FSendGridSharp/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/shibayan","download_url":"https://codeload.github.com/shibayan/SendGridSharp/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248642820,"owners_count":21138352,"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":["csharp","dotnet","sendgrid"],"created_at":"2024-10-31T16:07:16.852Z","updated_at":"2025-04-12T22:36:23.512Z","avatar_url":"https://github.com/shibayan.png","language":"C#","funding_links":["https://github.com/sponsors/shibayan","paypal.me/shibayan"],"categories":[],"sub_categories":[],"readme":"# SendGridSharp\n\n![Build](https://github.com/shibayan/SendGridSharp/workflows/Build/badge.svg)\n[![Downloads](https://img.shields.io/nuget/dt/SendGridSharp.svg)](https://www.nuget.org/packages/SendGridSharp/)\n[![NuGet](https://img.shields.io/nuget/v/SendGridSharp)](https://www.nuget.org/packages/SendGridSharp/)\n[![License](https://img.shields.io/github/license/shibayan/SendGridSharp)](https://github.com/shibayan/SendGridSharp/blob/master/LICENSE)\n\nSimplify SendGrid SMTP / REST v2 API Client for C# / .NET Standard\n\n## Install\n\n```\nInstall-Package SendGridSharp\n```\n\n```\ndotnet add package SendGridSharp\n```\n\n## Usage\n\n```csharp\n// Use API Key\nvar client = new SendGridClient(\"API_KEY\");\n// use SendGrid credential\n//var client = new SendGridClient(new NetworkCredential(\"USERNAME\", \"PASSWORD\"));\n\nvar message = new SendGridMessage();\n\nmessage.To.Add(\"****@****.com\");\nmessage.From = \"****@****.com\";\n\nmessage.Header.AddSubstitution(\"-name-\", \"customer\");\n\nmessage.Subject = \"Dear -name- \";\nmessage.Html = \"\u003cp\u003ehtml message\u003c/p\u003e\";\nmessage.Text = \"text message\";\n\nclient.Send(message);\n```\n\n## License\n\nThis project is licensed under the [MIT License](https://github.com/shibayan/SendGridSharp/blob/master/LICENSE)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshibayan%2Fsendgridsharp","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fshibayan%2Fsendgridsharp","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshibayan%2Fsendgridsharp/lists"}