Forum Moderators: coopster

Message Too Old, No Replies

mailing list.

         

gggmicrosystems

10:36 am on Mar 17, 2006 (gmt 0)



Hi Guys.. i have created a mailing list system and it worked fine but what if the recipient replies to my return-path.. how am i going to get all incoming mails?

thanks for your time..

omoutop

12:27 pm on Mar 17, 2006 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member Top Contributors Of The Month



Use

$header = "Return-Path: your_email@here\r\n";
$header .= "Reply-To: your_email@here\r\n";

gggmicrosystems

1:32 pm on Mar 17, 2006 (gmt 0)



no i mean how am i going to recieve all replies to the emails i sent? how am i going to organized all incoming mails?

thanks for your time..