2.2.7 • Published 2 years ago

sindric-lib-email-notifier v2.2.7

Weekly downloads
-
License
ISC
Repository
-
Last release
2 years ago

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 
  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
2.2.1

2 years ago

2.2.0

2 years ago

2.2.3

2 years ago

2.2.2

2 years ago

2.2.5

2 years ago

2.2.4

2 years ago

2.2.7

2 years ago

2.2.6

2 years ago

2.1.30

2 years ago

2.1.9

3 years ago

2.1.16

3 years ago

2.1.17

2 years ago

2.1.14

3 years ago

2.1.15

3 years ago

2.1.12

3 years ago

2.1.13

3 years ago

2.1.10

3 years ago

2.1.11

3 years ago

2.1.18

2 years ago

2.1.19

2 years ago

2.1.27

2 years ago

2.1.2

3 years ago

2.1.28

2 years ago

2.1.1

3 years ago

2.1.25

2 years ago

2.1.4

3 years ago

2.1.26

2 years ago

2.1.3

3 years ago

2.1.23

2 years ago

2.1.6

3 years ago

2.1.24

2 years ago

2.1.5

3 years ago

2.1.21

2 years ago

2.1.8

3 years ago

2.1.22

2 years ago

2.1.7

3 years ago

2.1.20

2 years ago

2.1.0

3 years ago

2.0.19

3 years ago

2.1.29

2 years ago

2.0.18

3 years ago

2.0.20

3 years ago

2.0.15

3 years ago

2.0.16

3 years ago

2.0.13

3 years ago

2.0.14

3 years ago

2.0.11

3 years ago

2.0.7

3 years ago

2.0.12

3 years ago

2.0.9

3 years ago

2.0.10

3 years ago

2.0.8

3 years ago

2.0.17

3 years ago

1.0.16

3 years ago

1.0.9

3 years ago

1.0.8

3 years ago

1.0.7

3 years ago

1.0.6

3 years ago

1.0.5

3 years ago

1.0.4

3 years ago

1.0.3

3 years ago

2.0.3

3 years ago

2.0.2

3 years ago

2.0.5

3 years ago

2.0.4

3 years ago

2.0.6

3 years ago

2.0.1

3 years ago

2.0.0

3 years ago

1.0.11

3 years ago

1.0.10

3 years ago

1.0.15

3 years ago

1.0.14

3 years ago

1.0.13

3 years ago

1.0.12

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago