Re: Emal component problem

2008-04-28 Thread Guillaume
I use it like this: $this->Email->to = '[EMAIL PROTECTED]'; $this->Email->subject = $this- >data['Contact']['subject']; $this->Email->replyTo = $this- >data['Contact']['email']; $this->Email-

Emal component problem

2008-04-28 Thread Mech7
I have been trying out the email component but i can't get the body of the email to send? I am using cake fro svn. When the email arrives it works ok except the body of the email is empty? This is my controller: set('status', 'succes'); } elseif ($send == 'failed'){