Skip to content

fortinmike/snipe

Repository files navigation

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!"
    

About

Easily send one-off emails from scripts using MailGun

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published