Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

abl-mail

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

abl-mail

description

  • 0.0.8
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
1
Created
Source

MAIL

Pre installation

mac

sudo port install nodejs mongodb mongodb-tools

ubuntu

sudo apt-get install nodejs mongodb

Installation

git clone git@github.com:bucket-list/mail.git
cd mail
npm install
cp ./server/configs/config.sample.js ./server/configs/config.js
cp ./.env.sample ./.env
npm run manual tools/setup-messages.js

Startup

mongodb

mongod

cron

npm run start

ENV VARIABLES

see common see utils

3rd party API's

All 3rd party API's are throwing error up by default You have to enable them by passing NAME_API=true to command line All boolean, default false

  • MAILGUN_API
  • TWILIO_API

MAILGUN

  • MAILGUN_APIKEY
  • MAILGUN_DOMAIN

TWILIO

  • TWILIO_ACCOUNT_SID
  • TWILIO_AUTH_TOKEN
  • TWILIO_NUMBER

FAQs

Package last updated on 10 Oct 2017

Did you know?

Socket

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
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc