OC Email Sender is a library to send email from a html template and using a data object to replace the placeholders in the template. ## Instalation ```bash npm install ocemailsender ``` ## Usage ```javascript const EmailSender = require('ocemailsender');