>You on Windows? This seems like a newline problem.
Nope, not on Windows.
> I had a similar problem when I was sending the email with $this->Email->send
> ('<b>Body of my email</b>').The email was sent in text format. But then I
> changed to the template way.
>
> $this->Email->template = 'myTemplate';
> $this->set('someValue', '<b>Body of my email</b>');
>
> And it started sending emails in HTML format. Hope this helps!
I will try specifying the template. I thought that it would know to
use the html one if i chose html as the 'sendAs'
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"CakePHP" group.
To post to this group, send email to [email protected]
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
-~----------~----~----~----~------~----~------~--~---