Re: Send text/plain Email using CRON

2008-07-17 Thread villas
Hi Pierre I guess this one isn't really a Cake question. Play around with the 'Body' and 'AltBody' variables. Make sure that the text you are saving to the fields doesn't contain any HTML (yes, I know that's obvious!)... string $AltBody = "" Sets the text-only body of the message. This automat

Send text/plain Email using CRON

2008-07-16 Thread Pierre MARCOURT
Hello, I am currently running a Cron file to execute a CakePHP controller. The Cron file runs every minute and has to send reminders by email. For that, I use PHPMailer and the users receive an HTML email. So it works great. But, at the same time I send a HTML email I need to send a text/plain