Page 1 of 1

Altering the return path of email in php

Posted: Sun Jul 14, 2002 9:36 pm
by khoonchee
Hi guys,

I would like to ask how can alter the return path of the email in php to my email rather than to the server email address :

@mail($rows[email],"[REGISTO] $email_subject - $rows[username]",$msg,"From: $admin_email\nReply-To: $admin_email");

Thanks.

Andy