Hello,
On 11/15/2004 02:34 PM, Chris W wrote:
I already suggested that it may be a problem in your PHP configuration. However, since you did not show your php.ini file it is hard to help without further cooperation from you.Yes you did but I don't remember you asking to se the php.ini file. It
I said: "It is hard to guess it right without seeing the actual configuration."
is a rather large file, you don't what to see the whole thing do you? Here are the only lines I can find that have to do with mail.
[mail function] ; For Win32 only. ;SMTP = localhost
; For Win32 only. ;sendmail_from = me@xxxxxxxxxxx
; For Unix only. You may supply arguments as well (default: "sendmail -t -i").
sendmail_path = /usr/sbin/sendmail
I think your problem is that the -t switch is missing. That would make sendmail read the addresses from the message headers, which seems to be the problem.
--
Regards, Manuel Lemos
PHP Classes - Free ready to use OOP components written in PHP http://www.phpclasses.org/
PHP Reviews - Reviews of PHP books and other products http://www.phpclasses.org/reviews/
Metastorage - Data object relational mapping layer generator http://www.meta-language.net/metastorage.html
-- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php