[capistrano] Sending email with ActionMailer after a deploy

2011-11-05 Thread istrasci
I've having a strange issue where I set up a class CapMailer ActionMailer::Base with a method to deliver email as such: class CapMailer ActionMailer::Base def deploy_notification(cap_vars) recipients cap_vars[:notify_emails] from'dep...@my.org' subject New app!

Re: [capistrano] Sending email with ActionMailer after a deploy

2011-11-05 Thread Lee Hambley
Sorry Ian, CapMailer isn't anything official, you'll have to reach out to the maintainer directly. Good Luck! -- * You received this message because you are subscribed to the Google Groups Capistrano group. * To post to this group, send email to capistrano@googlegroups.com * To unsubscribe from