Socket
Socket
Sign inDemoInstall

hubot-mail

Package Overview
Dependencies
93
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    hubot-mail

A Hubot script for preparing messages that will be delivered upon the recipient's next activity (i.e. joins room, enters a message).


Version published
Maintainers
1
Created

Readme

Source

hubot-mail

Build Status Dependency Status

A Hubot script for preparing messages that will be delivered upon the recipient's next activity (i.e. joins room, enters a message).

See src/mail.coffee for full documentation.

Installation via NPM

  1. Install the hubot-mail module as a Hubot dependency by running:

    npm install --save hubot-mail
    
  2. Enable the module by adding the hubot-mail entry to your external-scripts.json file:

    [
        "hubot-mail"
    ]
    
  3. Run your bot and see below for available config / commands

Configuration

VariableDefaultDescription
HUBOT_MAIL_KEY_mailThe unique key used for persistence (storing/retrieving mails from memory)

Commands

CommandDescription
hubot mail recipient messageSends a message to recipient when found available
hubot unmail [recipient]Deletes all mail sent by you. Optionally, if recipient is specified, only mail sent to recipient by you will be deleted

Keywords

FAQs

Last updated on 28 Jun 2015

Did you know?

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc