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:
>
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
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
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