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 = '[email protected]'; I am running Mac OS with XAMPP (localhost) and if I configure php.ini (sendmail_path), then it works great... Any Idea why I can not do it with cake? it would be nice to set return- path dynamically, not staticaly in php.ini. Thanks. Tomas Check out the new CakePHP Questions site http://cakeqs.org and help others with their CakePHP related questions. 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
