Simple mailing service.
- Heroku compatible
- Uses free tier on Sendgrid
- HTTP API
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
Run
~$ rspec spec