Email & Image Upload Problems - Using PHP5 On Win2003/HELM
One of our client is running a shopping cart on Windows 2003 server with PHHP5 (HELM) and having trouble sending out the automatic email notifications through the site ... and also having problems uploading images via the cart.Are there any particular settings in php.ini file that we have to change to take care of these problems??? Or something else???
Current mail settings in php.ini file:
---
[mail function]
; For Win32 only.
SMTP = localhost
smtp_port = 25
---
Please advise? Any help would be highly regarded.