Hi
Does the attachments array not require a physical path to the file
e.g.
$this->Email->attachments = array('/var//files/' .$filename );
or another example
$consultant_id = $consultant['Consultant']['id'];
$this->Email->attachments = array('/var//files/consfile' .
$consultant_id . '.csv')
hi
On 6 Aug 2009, at 04:18, m...@w8 wrote:
> I'm trying to send out daily emails to salespeople with an attached
> CSV file containing all their leads.
>
> Currently they can click on a link to download the CSV, but I'd like
> to email it daily.
>
> The manual is very light on information regardi
Hi All,
I'm trying to send out daily emails to salespeople with an attached
CSV file containing all their leads.
Currently they can click on a link to download the CSV, but I'd like
to email it daily.
The manual is very light on information regarding attachments.
I've tried using
$this->Email-