PHP errors

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
lawhill
Forum Newbie
Posts: 1
Joined: Wed Dec 17, 2003 8:30 pm

PHP errors

Post 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
User avatar
dull1554
Forum Regular
Posts: 680
Joined: Sat Nov 22, 2003 11:26 am
Location: 42:21:35.359N, 76:02:20.688W

Post by dull1554 »

install a sendmail server....????!!!! thats prolly your problem
User avatar
igoy
Forum Contributor
Posts: 203
Joined: Fri May 02, 2003 11:57 pm
Location: India
Contact:

Post 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
Post Reply