Page 1 of 1

PHP errors

Posted: Wed Dec 17, 2003 8:30 pm
by lawhill
I am running a Win 2003 server and have installed PHP - most functions work except for mail - I am running UBB (Ultimate Bulletin Board) and OSCommerce (Shopping Cart Software) - the mail that is supposed to get sent to the client does not get passed on by PHP and instead I sometimes get access error violations.

Can anyone suggest what I can do - has anyhone had a similar problem with a Win2003 server and PHP and Mail not playting ball?

Id appreciate any help as I have tried for quite some time to crack this.

thanks

Jeff

Posted: Wed Dec 17, 2003 8:57 pm
by dull1554
install a sendmail server....????!!!! thats prolly your problem

Posted: Thu Dec 18, 2003 4:18 am
by igoy
Sorry, no offense, but I assume that you have installed SMTP with your IIS (you must be running IIS, correct me if i'm wrong).

and you have properly configured STMP setting in your PHP.ini..

where the line reads..
[mail function]
; For Win32 only.
SMTP = localhost

; For Win32 only.
sendmail_from = me@localhost.com