Why not use $this->Email->replyTo = '[email protected]'; $this->Email->from = 'Obiyoda <[email protected]>';
instead? Cheers, tobi_one On Jul 28, 4:26 pm, Obiyoda <[email protected]> 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 = > '[email protected]' yet the email headers are showing the return > paths as being www-d...@localhost instead of [email protected]. > I'm using ubuntu Jaunty with sendmail in my test environment if that > helps at all but i've tried it on our production server and it gives > me the same issues(also using sendmail). --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "CakePHP" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/cake-php?hl=en -~----------~----~----~----~------~----~------~--~---
