fortinmike / snipe

Easily send one-off emails from scripts using MailGun

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

License:MIT License


Languages

Language:Ruby 98.5%Language:Swift 1.5%