Exciting release!Introducing "safe npm". Learn more
Socket
Log inDemoInstall

sindric-lib-email-notifier

Package Overview
Dependencies
13
Maintainers
1
Versions
77
Issues
File Explorer

Advanced tools

sindric-lib-email-notifier

<h2>About</h2>

    2.2.7latest
    npm

Version published
Maintainers
1
Weekly downloads
21
decreased by-78.35%

Weekly downloads

Readme

Source

About

This is a library to read a configured topic(s), get email templates form S3 bucket and send emails to customers.

Build Instructions

Get the sindric-lib-email-notifier project from Git CodeCommit cd sindric-lib-email-notifier npm install tsc -p . npm login (if required...) npm publish

Usage

  1. get the email-notifier project from Git CodeCommit

    cd email-notifier npm install npm i sindric-lib-email-notifier
  2. Verify index.ts file to have one of the following code snippet but not both.

    a) For Pre-Registration import { preRegistrationEmailNotifier } from "sindric-lib-email-notifier"; preRegistrationEmailNotifier(); b) Otherwise import { emailNotifier } from "sindric-lib-email-notifier"; emailNotifier();
  3. Run it using the PM2 process. (startup.sh, ecosystem.config.cjs ...etc)

    run command: ./startup.sh <environement> <platform> <sub-platform> ex, ./startup.sh development mercury kansas

FAQs

Last updated on 08 Feb 2023

Did you know?

Socket installs a Github app to automatically flag issues on every pull request and report the health of your dependencies. Find out what is inside your node modules and prevent malicious activity before you update the dependencies.

Install Socket
Socket
support@socket.devSocket SOC 2 Logo

Product

  • Package Issues
  • 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