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

https://github.com/soenneker/soenneker.email.sender

A high-level utility responsible for orchestrating the creation and delivery of templated email messages
https://github.com/soenneker/soenneker.email.sender

csharp dotnet email emailsender mime sender sending smtp util utils

Last synced: 2 months ago
JSON representation

A high-level utility responsible for orchestrating the creation and delivery of templated email messages

Awesome Lists containing this project

README

        

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

# ![](https://user-images.githubusercontent.com/4441470/224455560-91ed3ee7-f510-4041-a8d2-3fc093025112.png) Soenneker.Email.Sender
### A high-level utility responsible for orchestrating the creation and delivery of templated email messages

## Installation

```
dotnet add package Soenneker.Email.Sender
```