Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 389 Bytes

README.md

File metadata and controls

24 lines (16 loc) · 389 Bytes

Mailer

Simple mailing service.

Features

  • Heroku compatible
  • Uses free tier on Sendgrid
  • HTTP API

Install

Download this repository

~$ git clone [email protected]:danielepolencic/mailer

From within the newly created folder

~$ bundle install
~$ ruby mailer.rb

Visit the following page: http://localhost:4567

Tests

Run

~$ rspec spec