Hi,
I try to send an text/plain email via PHPMailer but it continues to send
it in HTML.
I tried this :
$this->Email->sendAs = 'text';
$this->Email->subject = "test";
$this->Email->to = "[EMAIL PROTECTED]";
$this->Email->Body = "this is a test";
$this->Email->send();
I keep receiving it in HTML with my default email template.
I hope that someone can help me......
Thanks.
--
*Pierre MARCOURT*
*IT Department*
*CableOrganizer.com*
5610 NW 12th Ave, suite 214
Fort Lauderdale, FL 33304
Phone: 954-861-6310
Fax: 954-861-2001
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---