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.
You can install the Task via frends UI Task View.
git clone https://github.com/FrendsPlatform/Frends.SMTP.git
dotnet build
dotnet test
dotnet pack --configuration Release