sindric-lib-email-notifier
Advanced tools
<h2>About</h2>
Weekly downloads
Readme
This is a library to read a configured topic(s), get email templates form S3 bucket and send emails to customers.
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
get the email-notifier project from Git CodeCommit
cd email-notifier
npm install
npm i sindric-lib-email-notifier
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();
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
<h2>About</h2>
The npm package sindric-lib-email-notifier receives a total of 16 weekly downloads. As such, sindric-lib-email-notifier popularity was classified as not popular.
We found that sindric-lib-email-notifier demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
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.