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

    $ echo "Hello snipe!" | snipe --target="[email protected]" $ snipe --target=[email protected] --message="Hello mister!" $ snipe -to=[email protected] -m="Hello mister!"