I can't get my email function working. I have checked the php.ini file and according to what I've read it's correct.
[mail function]
; For Win32 only.
SMTP = localhost ; for Win32 only
; For Win32 only.
sendmail_from = glenmac@lantzvillecomputers.com ; for Win32 only
I'm running IIS5 on win 2k server and have SMTP mail installed. Can anyone shead some light on what I'm doing wrong? I was thinking of changing localhost to my email server address would that work?
[mail function]
; For Win32 only.
SMTP = localhost ; for Win32 only
; For Win32 only.
sendmail_from = glenmac@lantzvillecomputers.com ; for Win32 only
I'm running IIS5 on win 2k server and have SMTP mail installed. Can anyone shead some light on what I'm doing wrong? I was thinking of changing localhost to my email server address would that work?