On Jan 28, 2008 8:19 AM, Sridhar Golyandla <[EMAIL PROTECTED]> wrote:
> Hi to all.... > > Am newbie to RoR and Radiant CMS.... > I want to use newsletter extension in my application which is developed > in ruby on rails.... > Please suggest me how i can use Newsletter extension... Hi Sridhar, you need to create a site with radiant. After installing it check out the newsletter extension with subversion inside the vendor/extensions directory. Now, from the radiant root type the following commands: rake RAILS_ENV=production radiant:extensions:newsletter:install rake RAILS_ENV=production radiant:extensions:newsletter:page:new Edit the environment.rb adding smtp settings. There is an example in the README file of the extension. Restart the server, and configure your newsletter editing the newsletter page. Add a child page, save it and send it. Let me know if you have any problems. -- Andrea Franz http://gravityblast.com - http://nimboo.net _______________________________________________ Radiant mailing list Post: [email protected] Search: http://radiantcms.org/mailing-list/search/ Site: http://lists.radiantcms.org/mailman/listinfo/radiant
