0

Attaching a file on CakePHP!

Posted December 5th, 2008 in PHP, Programming and tagged , , , , by Louie Miranda

This is how I attached a file on CakePHP!

$this->Email->filePaths = array(‘/www/axishift/app/webroot/files/’);
$this->Email->attachments = array(‘attachment.txt’);

Leave a Reply