New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

coins-mail-daemon

Package Overview
Dependencies
Maintainers
2
Versions
27
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

coins-mail-daemon

Mail sending daemon using coins-mail

  • 1.0.2
  • Source
  • npm
  • Socket score

Version published
Maintainers
2
Created
Source

#Summary coins-mail-daemon listens to a database specified in the loaded dbmap using PG notify events on the dd channel. Once an event is received it grabs the last 1000 pieces of mail in the database and sends them using the supplied smtp info.

#Setup

To work the daemon needs a valid dbmap to connect to a PG database. The daemon also takes and optional local config that overrides default options located at /etc/coins-mail-daemon/config.json.

An example:

{
  "smtpConfig": {
    "auth": {
      "user": "someuser",
      "pass": "somepass"
    }
  }
}

FAQs

Package last updated on 13 Jun 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