Socket
Socket
Sign inDemoInstall

@dealerslink/node-mail-template-helper

Package Overview
Dependencies
4
Maintainers
2
Versions
4
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    @dealerslink/node-mail-template-helper

Simple tools to merge data with email templates during run-time


Version published
Weekly downloads
5
increased by400%
Maintainers
2
Install size
3.59 MB
Created
Weekly downloads
 

Readme

Source

node-mail-template-helper

node-mail-template-helper is a helper module to assist with compilation of email templates.

Installation

npm install @dealerslink/node-mail-template-helper

Usage

const MailTemplatesHelper = require('@dealerslink/node-mail-template-helper');

const templates = {
  ['Test2']: {
    subject: '{testData1} {testData2}',
    template: '{bodyData} - {testData2} -- {embedded.value}'
  }
};

const mailTemplateHelper = new MailTemplatesHelper(templates);

See wiki for more details.

FAQs

Last updated on 23 Aug 2018

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc