简体   繁体   中英

cakephp email as HTML Email

I am using CakePHP 1.2's default smtp email component, which sends email 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.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM