开发者

cakephp email as HTML Email

开发者 https://www.devze.com 2023-02-21 17:44 出处:网络
I am using CakePHP 1.2\'s default smtp email component, which sends em开发者_开发问答ail as text, while i would like to send as HTML, any idea how can i?

I am using CakePHP 1.2's default smtp email component, which sends em开发者_开发问答ail as text, while i would like to send as HTML, any idea how can i?

Thanks !


Have a look at the cookbook in setting up the layouts.

http://book.cakephp.org/view/1287/Setting-up-the-Layouts

Basically you need to set up the HTML views and then use them instead of just sending a text mail

There is also a tutorial on how to do this : http://lecterror.com/articles/view/using-emailcomponent-in-cakephp-1-2

Also, consider upgrading your CakePHP version.

0

精彩评论

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