On Tue, July 25, 2006 11:47 pm, Chris wrote: > There's a default for reply-to in the php.ini? What's the variable > called - I can't see one. I can see these: > ; For Win32 only. > sendmail_from = me@xxxxxxxxxxxxx > > ; For Unix only. You may supply arguments as well (default: 'sendmail > -t -i'). > ;sendmail_path = > > but they have nothing to do with the reply-to address. I think you would want something like: sendmail_path = /usr/bin/sendmail -froot -t -i The -froot sets the 'from' as documented in man sendmail. But that's only supposed to be for trusted users, and it's unlikely that you configured sendmail for the PHP/Apache user to be trusted... But this is the Right Path to follow for this issue, I think. Have fun reading sendmail docs. :-) -- Like Music? http://l-i-e.com/artists.htm -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php