Skip to content

Latest commit

 

History

History
31 lines (19 loc) · 658 Bytes

File metadata and controls

31 lines (19 loc) · 658 Bytes

Serve::Mail

What's a website without a contact form? Serve is great for static websites, mockups, landing pages, etc, but what if you want to add a contact form? Let's make use of action mailer to send some mail.

Installation

Add this line to your application's Gemfile:

gem 'serve-mail'

And then execute:

$ bundle

Or install it yourself as:

$ gem install serve-mail

Usage

Comin soon!

Contributing

  1. Fork it
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Added some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create new Pull Request