Hi,
I cannot get the Return-Path parameter working. I have tried using with -f and still not working. The email headers seems to have the Return-Path parameter, but I'm not getting any return mail.
Thanks
can you post the headers of an example mail sent? have you access to the php.ini of the server?
if not, you should try to use a phpmailer class -> for example http://phpmailer.sourceforge.net ... it will allow you to create your own headers or to login via pop3 / smtp and authenticate correctly...
hope it helps axo