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

boss-mailer

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

boss-mailer

  • 0.1.2
  • Rubygems
  • Socket score

Version published
Maintainers
1
Created
Source

Build Status

Boss::Mailer

This is a gem to mail the working hours form the terminal to your boss.

Installation

Just install via Rubygems

gem 'boss-mailer'
boss-mailer --init

In your home path you will find now a file like:

:mail_settings:
  :from:
  :to:
  :subject:
  :options:
    :address: "smtp.gmail.com",
    :port: 587
    :user_name: '<username>',
    :password: '<password>',
    :authentication: 'plain',
    :enable_starttls_auto: true

Fill in your settings for you mailing hoster and the address for boss.

Usage

The Bossmailer provides a simple CLI. The boss-mailer needs 3 arguments. The time from the beginning of the day, from the ending and you pause time.

For example boss-mailer HH:MM HH:MM HH:MM

To provide a quick usage your can just time the hour and the boss-mailer will parse it for you.

boss-mailer 9 18 0055

will be get translated into

boss-mailer 09:00 18:00 00:55

Pause time needs the leading zeros in this version (0.1.0)

Contributing

Bug reports and pull requests are welcome on GitHub at https://github.com/DenniJensen/boss-mailer.

FAQs

Package last updated on 31 Jul 2015

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