I would like to send a mail "via" capistrano once I deployed. So after deployment is finished capistrano should send a mail with some information to a list of recipients.
I found this plugin/gem: http://code.google.com/p/capistrano-mailer/ but it doesn't look like its rails3 ready and the setup confuses me a lot.
Does anyone know of a gem or does have a own recipe for to realize such a thing?
thx