Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/soenneker/soenneker.sendgrid.client
An async thread-safe singleton for the SendGrid client
https://github.com/soenneker/soenneker.sendgrid.client
client csharp dotnet email sendgrid sendgridclientutil smtp util
Last synced: 22 days ago
JSON representation
An async thread-safe singleton for the SendGrid client
- Host: GitHub
- URL: https://github.com/soenneker/soenneker.sendgrid.client
- Owner: soenneker
- License: mit
- Created: 2024-02-15T02:10:23.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2024-10-29T13:01:13.000Z (3 months ago)
- Last Synced: 2024-10-29T13:10:26.412Z (3 months ago)
- Topics: client, csharp, dotnet, email, sendgrid, sendgridclientutil, smtp, util
- Language: C#
- Homepage: https://soenneker.com
- Size: 1.23 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
[![](https://img.shields.io/nuget/v/soenneker.sendgrid.client.svg?style=for-the-badge)](https://www.nuget.org/packages/soenneker.sendgrid.client/)
[![](https://img.shields.io/github/actions/workflow/status/soenneker/soenneker.sendgrid.client/publish-package.yml?style=for-the-badge)](https://github.com/soenneker/soenneker.sendgrid.client/actions/workflows/publish-package.yml)
[![](https://img.shields.io/nuget/dt/soenneker.sendgrid.client.svg?style=for-the-badge)](https://www.nuget.org/packages/soenneker.sendgrid.client/)# ![](https://user-images.githubusercontent.com/4441470/224455560-91ed3ee7-f510-4041-a8d2-3fc093025112.png) Soenneker.SendGrid.Client
### An async thread-safe singleton for the SendGrid client## Installation
```
dotnet add package Soenneker.SendGrid.Client
```