From 966405781323b5a171368228c9bfd44db72bde50 Mon Sep 17 00:00:00 2001 From: Konstantin Kuchinin <4642651+coocheenin@users.noreply.github.com> Date: Tue, 26 Mar 2019 15:56:31 +0300 Subject: [PATCH] Added package easymail (#1038) --- packages.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/packages.json b/packages.json index 5feb3cb..6c45711 100644 --- a/packages.json +++ b/packages.json @@ -12923,5 +12923,19 @@ "description": "Circuit Design language made in Nim", "license": "GPLv3", "web": "https://gitlab.com/endes123321/nimcdl" + }, + { + "name": "easymail", + "url": "https://github.com/coocheenin/easymail", + "method": "git", + "tags": [ + "email", + "sendmail", + "net", + "mail" + ], + "description": "wrapper for the sendmail command", + "license": "MIT", + "web": "https://github.com/coocheenin/easymail" } ]