tricking list serve...
Posted: Wed Feb 09, 2005 11:45 am
I have a client that has a list serv we host for them. They want people to be able to sign up for the list via their website with a text box where they just enter their email address and type submit. The list serv is set up to add users who email the list serv addy with the subject line "subscribe". Ultimatly, this email is being sent from php's mail() function. Ive tried playing with the headers, specifically Reply-To: and From: using the email address entered for both but the list serve still does not add that address to the, it adds www@the-domain.com. Is there a way to trick the list serv into thinking its sent from their address, or do they have to mail it directly?