Problem installing mailer extension

I’m having problems installing the Mailer extension. I have exported the
extension into my vendor/extensions directory using Radiant gem. I have
updated my database by doing rake db:migrate:extensions. Then I
restarted the
web server.
I got no errors and Mailer shows up in the Extensions list in the admin
interface, but when I add the tag <r:mailer:form name=“contact”> to a
page, I
get “undefined tag `mailer’”.
I also tried (as for the extension page_attachments) to
rake radiant:extensions:mailer:update
It then complained
“No such file or directory -
/XXX/vendor/extensions/mailer/public/email.js”
I copied email.js from /vendor/extensions/mailer/public/javascripts/ for
a
quick fix but that didn’t help either. Any suggestions?
Thanks for your help,
/Jonas

Jonas,

Make sure your page type is set to Mailer as well for the page that
you want to put the form in.

Sean

On Friday 15 June 2007 15.48, Sean C. wrote:

Jonas,

Make sure your page type is set to Mailer as well for the page that
you want to put the form in.

Of course, thank you.
There is always one little thing you miss…