An open API service indexing awesome lists of open source software.

https://github.com/soenneker/soenneker.sendgrid.validation

A .NET typesafe implementation of SendGrid's Validation API
https://github.com/soenneker/soenneker.sendgrid.validation

csharp dotnet email mx sendgrid sendgridvalidationutil util validation verification

Last synced: 16 days ago
JSON representation

A .NET typesafe implementation of SendGrid's Validation API

Awesome Lists containing this project

README

        

[![](https://img.shields.io/nuget/v/soenneker.sendgrid.validation.svg?style=for-the-badge)](https://www.nuget.org/packages/soenneker.sendgrid.validation/)
[![](https://img.shields.io/github/actions/workflow/status/soenneker/soenneker.sendgrid.validation/publish-package.yml?style=for-the-badge)](https://github.com/soenneker/soenneker.sendgrid.validation/actions/workflows/publish-package.yml)
[![](https://img.shields.io/nuget/dt/soenneker.sendgrid.validation.svg?style=for-the-badge)](https://www.nuget.org/packages/soenneker.sendgrid.validation/)

# ![](https://user-images.githubusercontent.com/4441470/224455560-91ed3ee7-f510-4041-a8d2-3fc093025112.png) Soenneker.SendGrid.Validation
### A .NET typesafe implementation of SendGrid's Validation API

## Installation

```
dotnet add package Soenneker.SendGrid.Validation
```