Socket
Socket
Sign inDemoInstall

sindric-lib-email-notifier

Package Overview
Dependencies
214
Maintainers
1
Versions
77
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    sindric-lib-email-notifier

About


Version published
Weekly downloads
2
Maintainers
1
Created
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 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