bukinoshita / micro-mailer

A microservice to send simple email templates
MIT License
4 stars 1 forks source link

v1.0.0 #11

Open bukinoshita opened 6 years ago

bukinoshita commented 6 years ago

The idea of creating micro-mailer is to have a simple microservice where I can deploy anywhere and just request this service to send useful but simple emails to my user base.

That being said, this is how I invision the project

Flexible

Template

Additional

bukinoshita commented 6 years ago

Examples

pre-beta

<h1>Thanks for joining!</h1>

<p>We at ${COMPANY} are working hard to deliver a production-ready product. We appreaciate your interest and support in our beta phase. We'll be rolling out invites soon!</p>

Email confirmation

<h1>Thanks for signing up!<h1>

<p>Lorem ipsum...</p>

<a href=${HREF}>Confirm your account</a>