Project

snipe

0.0
No commit activity in last 3 years
No release in over 3 years
Easily send one-off emails from scripts using MailGun
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

~> 1.7
~> 10.0

Runtime

>= 0.8.0, ~> 0.8
~> 1.2
>= 1.7.8, ~> 1.7
 Project Readme

snipe

License

Easily send one-off emails from scripts using MailGun

Installation

snipe is distributed as a cross-platform Ruby Gem:

$ gem install snipe

Usage

  1. Configure snipe (first time only):

     $ snipe init
    
  2. Send emails

     $ snipe --target=someone@domain.com --message="Hello mister!"
     $ snipe --to=someone@domain.com --m="Hello mister!"