mail function doesn't work
I'm trying to send an email using (mail) function, but it always return false. I use php5 installed on windows server 2003. I think it is a problem in the settings in php.ini.
Here is the mail portion of the settings:
[mail function]
; For Win32 only.
SMTP = localhost ; for Win32 only
smtp_port = 25
sendmail_from= me@localhost ; for Win32 only
; For Win32 only.
;sendmail_from = me@localhost
Is there any problems in this settings? Or what may cause this function not to work?
|