Look for this line
;SMTP = localhost
uncomment it by removing the ";" like so
SMTP = localhost
Change the "localhost" to the ip-address or domain name of your mailserver eg:if your mailservers domain name is "smtp.xx.xx"
then:
SMTP = smtp.xx.xx
If this does not help then maybe your machine
on which u have php installed, does not recognize or cant reach the machine with the smtp server by its domain name. In this case try giving the IP address.
SMTP = *...
If it still does not work then you might need to check your smtp servers configuration.