Skip to content

Latest commit

 

History

History
28 lines (16 loc) · 904 Bytes

README.md

File metadata and controls

28 lines (16 loc) · 904 Bytes

Frends.SMTP.SendEmail

Frends task for sending emails with SMTP. Task sends emails via SMTP protocol and can handle attachments either from file or as raw string input.

Frends.Smtp.SendEmail Main GitHub Coverage

Installing

You can install the Task via frends UI Task View.

Building

Clone a copy of the repository

git clone https://github.com/FrendsPlatform/Frends.SMTP.git

Rebuild the project

dotnet build

Run tests

dotnet test

Create a NuGet package

dotnet pack --configuration Release