Ruby Forum Radiant CMS > Mailer extension update

Posted by Sean Cribbs (seancribbs)
on 05.09.2008 01:46
(Received via mailing list)
I've just manually merged ntalbott's fork of the Mailer extension on
github into radiant/radiant-mailer-extension.  Those of you who have
forks of ntalbott/radiant-mailer-extension should switch over if you
can.  Nathaniel has commit rights to the radiant/ version.

Sean
Posted by rainer griess (Guest)
on 05.09.2008 10:50
(Received via mailing list)
Hey Sean,

sounds great, cause I still got some problems with the mailer
extension. Now I will try, what you did.

Sorry for asking a silly question: what are the steps I need to do to
switch over to the version you've mentioned?

Thanks again for your support,
rainer
Posted by Sean Cribbs (seancribbs)
on 05.09.2008 15:16
(Received via mailing list)
rainer,

First, change any pages you have of the "Mailer" type into "<normal>".

Then, if you have the git SCM installed, first delete your
vendor/extensions/mailer directory, and then run this command:

git clone git://github.com/radiant/radiant-mailer-extension.git
vendor/extensions/mailer

Otherwise, download the tarball from
http://github.com/radiant/radiant-mailer-extension/tarball/master, and
expand it into that directory (vendor/extensions/mailer).

Sean
Posted by Tim Gossett (Guest)
on 05.09.2008 15:31
(Received via mailing list)
On Fri, Sep 5, 2008 at 9:15 AM, Sean Cribbs <seancribbs@gmail.com> 
wrote:

>
Potentially dumb question: would rake ray:extension:install name=mailer 
work
just as well? Maybe with hub=radiant?

BTW, where is there decent documentation for the mailer extension? The
README doesn't exactly cover it all.