I'm using the cakePHP email component for sending mails from my application. Now the return-path has something like [email protected]
How can I set or rewrite the Return-Path value in emails when using the cakePHP Component?
I know how to do it when sending mails via 'mail' in PHP but the cakePHP email component seems to missing such a feature... or am I missing something? :)