email component example

2007-02-13 Thread Ámon Tamás

Hello,

I like to use the email component, but I get the following error:

--
Missing Layout

You are seeing this error because the layout file can not be found or 
does not exist.

Notice: If you want to customize this error message, create 
app/views/errors/missing_layout.thtml

Fatal: Confirm you have created the file:
--

How can I use this email component? (I use the version 1.2)

-- 
Ámon Tamás
http://linkfelho.amon.hu


--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups Cake 
PHP group.
To post to this group, send email to cake-php@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/cake-php?hl=en
-~--~~~~--~~--~--~---



Re: email component example

2007-02-13 Thread [EMAIL PROTECTED]

Have you read this article?
http://bakery.cakephp.org/articles/view/203



--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups Cake 
PHP group.
To post to this group, send email to cake-php@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/cake-php?hl=en
-~--~~~~--~~--~--~---



Re: email component example

2007-02-13 Thread djiize

Create these layouts:
/app/layouts/email/text.ctp
/app/layouts/email/html.ctp

And read the Bakery link from [EMAIL PROTECTED]

On 13 fév, 11:58, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote:
 Have you read this article?http://bakery.cakephp.org/articles/view/203


--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups Cake 
PHP group.
To post to this group, send email to cake-php@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/cake-php?hl=en
-~--~~~~--~~--~--~---



Re: email component example

2007-02-13 Thread GreyCells

If you are using the send('simple text') then you must explicitly set
the template to null first.

See: https://trac.cakephp.org/ticket/2105

~GreyCells

On Feb 13, 10:55 am, Ámon Tamás [EMAIL PROTECTED] wrote:
 Hello,

 I like to use the email component, but I get the following error:

 --
 Missing Layout

 You are seeing this error because the layout file can not be found or
 does not exist.

 Notice: If you want to customize this error message, create
 app/views/errors/missing_layout.thtml

 Fatal: Confirm you have created the file:
 --

 How can I use this email component? (I use the version 1.2)

 --
 Ámon Tamáshttp://linkfelho.amon.hu


--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups Cake 
PHP group.
To post to this group, send email to cake-php@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/cake-php?hl=en
-~--~~~~--~~--~--~---