Re: email header with variable Return-path:

2010-06-01 Thread John Andersen
I am using CakePHP version 1.2.7 and using the return attribute works flawlessly. My value that I use is constructed as: "Name of receiver " The email address is enclosed in <> which I assume is important! Could that be your issue? Enjoy, John On Jun 1, 12:09 pm, "toka...@gmail.com" wrote: >

Re: email header with variable Return-path:

2010-06-01 Thread toka...@gmail.com
Nobody ?? On 26 kvě, 06:51, "toka...@gmail.com" wrote: > is it cakephp BUG or just some wrong apache settings? thanks. Tomas > > On 25 kvě, 12:46, "toka...@gmail.com" wrote: > > > Hi, > > I am trying to set "return-path:" param in email header... but it is > > not working ...I am using cake's

Re: email header with variable Return-path:

2010-05-25 Thread toka...@gmail.com
is it cakephp BUG or just some wrong apache settings? thanks. Tomas On 25 kvě, 12:46, "toka...@gmail.com" wrote: > Hi, > I am trying to set "return-path:" param in email header... but it is > not working ...I am using cake's email component with this additional > settings: > > $this->Email->ret

email header with variable Return-path:

2010-05-25 Thread toka...@gmail.com
Hi, I am trying to set "return-path:" param in email header... but it is not working ...I am using cake's email component with this additional settings: $this->Email->return = 'exam...@example.com'; I am running Mac OS with XAMPP (localhost) and if I configure php.ini (sendmail_path), then it wo