tricking list serve...
Moderator: General Moderators
tricking list serve...
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?
- feyd
- Neighborhood Spidermoddy
- Posts: 31559
- Joined: Mon Mar 29, 2004 3:24 pm
- Location: Bothell, Washington, USA
might require setting the internal 'from' in php itself.. ini_set() had details
or read here: http://php.net/mail
Moved to PHP - Code.
or read here: http://php.net/mail
Moved to PHP - Code.
feyd wrote:might require setting the internal 'from' in php itself.. ini_set() had details
or read here: http://php.net/mail
Moved to PHP - Code.
I'm running on a FreeBSD server, so the sendmail_from directive doesnt seem to apply to me.sendmail_from string
Which "From:" mail address should be used in mail sent from PHP under Windows.