Re: Email Component return path

2009-07-28 Thread tobi_one
Why not use $this->Email->replyTo = 'jdai...@gmail.com'; $this->Email->from = 'Obiyoda '; instead? Cheers, tobi_one On Jul 28, 4:26 pm, Obiyoda wrote: > I can't seem to get the email component to set a correct return path > in the header. I've tried setting $this->Email->return = > 'someb...@

Email Component return path

2009-07-28 Thread Obiyoda
I can't seem to get the email component to set a correct return path in the header. I've tried setting $this->Email->return = 'someb...@somewhere.com' yet the email headers are showing the return paths as being www-d...@localhost instead of someb...@somewhere.com. I'm using ubuntu Jaunty with send