ActionMailer Layouts for Rails 2.1.1

Hi guys,

I am using rails 2.1.1 on a project and would like to enable mailer layouts for it.

I know that in later versions of rails, this is supported, but I do not have the time just now to upgrade my app.

Are there any plugins to do this?

I found http://www.railslodge.com/plugins/590-action-mailer-layouts but the source code seems to be missing.

thanks,

Lee

Hi guys,

I am using rails 2.1.1 on a project and would like to enable mailer layouts for it.

I know that in later versions of rails, this is supported, but I do not have the time just now to upgrade my app.

Are there any plugins to do this?

I foundhttp://www.railslodge.com/plugins/590-action-mailer-layouts but the source code seems to be missing.

Looks like the new home of that code is GitHub - kmarsh/action_mailer_layouts: Enable the use of layouts in ActionMailer templates, this fork's goal is to enable content_for blocks

Fred

nice one mate