Hi
I am using my machine at work as a server running XAMPP. I am also using Mercury for mail. I am trying to implement a simple email feedback form and somehow it says mail successfully sent, but i do not receive anything to my email address specified.
The machine I am working on is on exchange, so I wonder if it would still send email via SMTP. Here is an extract from the php.ini file. Are these OK?
[mail function]
; For Win32 only.
SMTP = localhost
smtp_port = 25
; For Win32 only.
sendmail_from = [email protected]
; For Unix only. You may supply arguments as well (default: "sendmail -t -i").
;sendmail_path = "C:\xampp\sendmail\sendmail.exe -t"
I am using Windows Vista.
I am using my machine at work as a server running XAMPP. I am also using Mercury for mail. I am trying to implement a simple email feedback form and somehow it says mail successfully sent, but i do not receive anything to my email address specified.
The machine I am working on is on exchange, so I wonder if it would still send email via SMTP. Here is an extract from the php.ini file. Are these OK?
[mail function]
; For Win32 only.
SMTP = localhost
smtp_port = 25
; For Win32 only.
sendmail_from = [email protected]
; For Unix only. You may supply arguments as well (default: "sendmail -t -i").
;sendmail_path = "C:\xampp\sendmail\sendmail.exe -t"
I am using Windows Vista.