VJM - 2013-05-15

I wonder if it's possible to get SMTP php.ini settings work. What I need is to be able to use php mail() function or more specifically wp_mail() function (Wordpress). I tried using the same SMTP settings I had successfully used with WAMP with no success yet.

This is what I have in my php.ini now:

; For Win32 only.
SMTP=mail.....com
smtp_port=25
auth_username=..@...com
auth_password=.....
sendmail_from=...@....com

Does anyone know if this can be done?