Quote:
Originally Posted by Nert
hi chunk,
i guess you're missing something in your php.ini configuration for mail function..,
did you made any changes to this part? I think these are the default value right?
- mail function]
-
; For Win32 only.
-
SMTP = localhost
-
smtp_port = 25
-
-
; For Win32 only.
-
;sendmail_from = me@example.com
try to change the value of the following into something like these.
SMTP = (your SMTP server for example mail.smtp.com) sendmail_from = (uncomment it first then put a value for example your email address me@smtp.com) hey Nert, thanks for the reply...
i've changed my PHP.ini file to this:
-
[mail function]
-
; For Win32 only.
-
SMTP = smtphm.sympatico.ca
-
smtp_port = 25
-
-
; For Win32 only.
-
sendmail_from = jmattie@sympatico.ca
-
but still nothing... there's nothing in my junk mail either... this is totally confusing me...
i'm not sure if it matters, but i'm using Apache 1.3 and Safari 2.0, with Mac OS X 10.4.8, on an Intel Core 2 Duo iMac...