capistrano_mailer
capistrano_mailer copied to clipboard
Capistrano Deployment Email Notification
I'm using this gem with a railsless capistrano deployment routine and its working well, however because the capistrano recipes have multiple app servers (hence using capistrano in the first place)...
I'm wondering if there's a way to make Mailer use different templates on success and failure. One possible way I see (though I didn't try it) to do this is:...
see gits here https://gist.github.com/1469862