No, CapMailer is a class I made.  ActionMailer::Base requires that the
'recipients' be either a) a single address as a string, or b) an array
of string addresses.  So I guess my question is, is there some weird
thing that Capistrano does in the    set :notify_emails,
["[email protected]", "[email protected]", etc.]   that somehow makes it an
unacceptable format for ActionMailer::Base??  Does the 'set' method
freak out over arrays of a certain size, etc.?

I'm just not sure if this "anomaly" is being caused by Capistrano or
ActionMailer::Base.

On Nov 5, 4:47 am, Lee Hambley <[email protected]> wrote:
> 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 [email protected]
* To unsubscribe from this group, send email to 
[email protected] For more options, visit this group at 
http://groups.google.com/group/capistrano?hl=en

Reply via email to