NicoJuicy / Handlr

Issue tracker for a DMS web application, currently in private beta
3 stars 0 forks source link

Add newsletter composer + Sendy API #51

Open NicoJuicy opened 7 years ago

NicoJuicy commented 7 years ago

Add a newsletter composer to send to the clients based on Zurb Email Framework

Amazon SES or Sendy?

2 types of newsletters:

NicoJuicy commented 7 years ago

Considering to use https://sendy.co/api which has an c# API : https://github.com/timbjames/Sendy.Net

Then only the layout is created. And everything else is handled by Sendy + Users can selfhost it

NicoJuicy commented 7 years ago

Current status: Almost recreated the Sendy Api with dotnet Core support ( couldn't use Sendy.Net ). There isn't a very clean error handling though, but i'll do this later.

Will publish later on Github when completed, currently a private gitlab repo ;)

NicoJuicy commented 7 years ago

Added c# Sendy api here