A service for preparing the biggest event with features:
- email sender (single and multiple recipients),
- e-certificate generator with auto send to email,
- etc
- Give this repo a star and clone
- Copy
.env-example
to.env
and fill the variables - Using
yarn
, runyarn install
- Run
yarn run build
to build the react and server side app - Run
node dist/index.js
PORT | (default: 6996) |
EMAIL_SMTP_HOST | email host |
EMAIL_SMTP_PORT | email port |
EMAIL_SMTP_USER | username email |
EMAIL_SMTP_PASS | email password |
EMAIL_FROM | email from |