xaph / forgething

forgething is a simple todo list application that aims you won't forget anything anymore
Other
2 stars 5 forks source link

== Welcome to ForgeThing

ForgeThing is a simple todo list application.

You can use it from http://www.forgething.com

== Contributors

== Configuration

=== Mail Configuration

Add these lines to your config/environments/.rb file

config.action_mailer.delivery_method = :smtp config.action_mailer.smtp_settings = { :address => "smtp.gmail.com", :port => 587, :user_name => '', :password => '', :authentication => 'plain', :enable_starttls_auto => true }