Skip to content

Latest commit

 

History

History
31 lines (20 loc) · 748 Bytes

README.md

File metadata and controls

31 lines (20 loc) · 748 Bytes

Mailman

Mailman is an incoming mail processing microframework (with POP3 and Maildir support), that works with Rails "out of the box".

require 'mailman'
Mailman::Application.run do
  to 'ticket-%id%@example.org' do

    Ticket.find(params[:id]).add_reply(message)
  end
end

See the User Guide for more information.

Installation

gem install mailman

Thanks

This project is sponsored by the Ruby Summer of Code, and my mentor is Steven Soroka.

Contributors

Tim Carey-Smith
Nicolas Aguttes

Copyright

Copyright (c) 2010 Jonathan Rudenberg. See LICENSE for details.