Re: Sending email with attachments

2009-08-06 Thread Jacques
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')

Re: Sending email with attachments

2009-08-06 Thread mike karthauser
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

Sending email with attachments

2009-08-05 Thread m...@w8
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-