开发者

Setting up Email Portlet in Browsercms

开发者 https://www.devze.com 2023-03-26 17:44 出处:网络
Ho开发者_运维知识库w to use Email Portlet provided by Brosercms to setup a mailer ? I am getting the following error if i directly use the email-portlet(with the pre-defined template) in one of my web

Ho开发者_运维知识库w to use Email Portlet provided by Brosercms to setup a mailer ? I am getting the following error if i directly use the email-portlet(with the pre-defined template) in one of my website pages: ERROR: undefined method `cms_handler_path' for #&ltCms::ViewContext:0xb532040&gt


BrowserCMS has been updated to Rails 3 however, this cms_handler_path routes is not updated in the email_page_porlets. Change it to cms_path, then it should be working fine. Basically it needs to be able to call the EmailPagePortlet's deliver action.

Remember to set up your action_mailer configuration

0

精彩评论

暂无评论...
验证码 换一张
取 消