Skip to content

mdeering/growl_mailer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Install

Rails 3

Include in the projects Gemfile

group :development do
  gem 'growl_mailer'
end

Then in the development environment set ActionMailers delivery method to :growl

config.action_mailer.delivery_method = :growl

Rails 2

I need to test on a rails 2 ;)

Options

There are lots of options and tricks to play with but I want to wrap this experiment in testing before fully documenting.

About

Because nobody likes tailing log files...

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages